get_incident_team | SELECT | team_id, dd_site | Get details of an incident team. If the include[users] query parameter is provided, the included attribute will contain the users related to these incident teams. |
list_incident_teams | SELECT | dd_site | Get all incident teams 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 teams. |
create_incident_team | INSERT | data__data, dd_site | Creates a new incident team. |
delete_incident_team | DELETE | team_id, dd_site | Deletes an existing incident team. |
_get_incident_team | EXEC | team_id, dd_site | Get details of an incident team. If the include[users] query parameter is provided, the included attribute will contain the users related to these incident teams. |
_list_incident_teams | EXEC | dd_site | Get all incident teams 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 teams. |
update_incident_team | EXEC | team_id, data__data, dd_site | Updates an existing incident team. Only provide the attributes which should be updated as this request is a partial update. |