Announcement
This endpoint is used to fetch all the announcement in the current organization
Items Per Page
Page Number
Sorting Order
Sorting Key
GET /ux/common/announcement/announcements/?items_per_page=1&page=1 HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
This endpoint is used to save a new announcement for the current organization
No response body
No content
POST /ux/common/announcement/announcements/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 184
{
"summary": "VPN Issue",
"description": "",
"catalogue": "",
"impact_service": "",
"impact_service_name": "service1",
"service_classification": "",
"service_classification_name": "",
"state": "Open"
}
No response body
No content
This endpoint is used to fetch a announcement details in the current organization
No response body
No content
GET /ux/common/announcement/announcements/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
This endpoint is used to edit an existing announcement for the current organization
No response body
No content
PUT /ux/common/announcement/announcements/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
This endpoint is used to delete an existing announcement for the current organization
No response body
No content
DELETE /ux/common/announcement/announcements/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows announcements to be viewed or edited.
No response body
No content
GET /ux/common/announcement/announcements/change-ancmt/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows announcements to be viewed or edited.
No response body
No content
GET /ux/common/announcement/announcements/options/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content