get
/v4/Categories
Returns an array of incident categories for incident types which have an Operational status of In service.
CURL
curl -X GET \
-H "Accept: application/json" \
"http://localhost/v4/Categories?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
Example: `?showTriggerable=true;
Example:
true
Responses