Fetches a list of service outages for the current organization.
GET /ux/common/service_outage/service_outage/ HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
No response body
No content
Creates a new service outage record for the current organization.
POST /ux/common/service_outage/service_outage/ HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
Service Outage API endpoints
GET /ux/common/service_outage/service_outage/{id}/ HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
PUT /ux/common/service_outage/service_outage/{id}/ HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
Deletes a specific service outage by its ID.
DELETE /ux/common/service_outage/service_outage/{id}/ HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
Fetches all available options related to service outages for the current organization.
GET /ux/common/service_outage/service_outage/options/ HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*