get
/v4/IncidentTypes
Returns an array of incident types which have an Operational status of In service. If this user has the Monitor incidents set to Testing mode privilege, returns all incident types which have an Operational status of In service or Testing in the system.
CURL
curl -X GET \
-H "Accept: application/json" \
"http://localhost/v4/IncidentTypes?offset=56&limit=56&showTriggerable=true"
Query parameters
offset
optional
Object
format: int32
This query parameter allows you to set the number of items to be skipped.
The default value for this parameter is 0. format: int32
The default value for this parameter is 0. format: int32
Example:
56
limit
optional
Object
format: int32
This query parameter allows you to set the number of items to retrieve. Maximum value: 100.
The default value for this parameter is 25. format: int32
The default value for this parameter is 25. format: int32
Example:
56
showTriggerable
optional
Boolean
The query parameter that allows the return of disabled incident types if the user is allowed.
Example: `?showTriggerable=true;
Example:
true
Responses