get
/v4/States
Returns all incident states available in the system.
CURL
curl -X GET \
-H "Accept: application/json" \
"http://localhost/v4/States?offset=56&limit=56&includeUsers=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
includeUsers
optional
Boolean
Used to expand the Allowed user from the state configuration, should be used when trying to get the configuration as a system
Example:
true
Responses