get_incident_service | SELECT | service_id, dd_site | Get details of an incident service. If the include[users] query parameter is provided, the included attribute will contain the users related to these incident services. |
list_incident_services | SELECT | dd_site | Get all incident services uploaded for the requesting user's organization. If the include[users] query parameter is provided, the included attribute will contain the users related to these incident services. |
create_incident_service | INSERT | data__data, dd_site | Creates a new incident service. |
delete_incident_service | DELETE | service_id, dd_site | Deletes an existing incident service. |
_get_incident_service | EXEC | service_id, dd_site | Get details of an incident service. If the include[users] query parameter is provided, the included attribute will contain the users related to these incident services. |
_list_incident_services | EXEC | dd_site | Get all incident services uploaded for the requesting user's organization. If the include[users] query parameter is provided, the included attribute will contain the users related to these incident services. |
update_incident_service | EXEC | service_id, data__data, dd_site | Updates an existing incident service. Only provide the attributes which should be updated as this request is a partial update. |