get
/v4/Priorities
Returns all incident priorities available in the system.
CURL
curl -X GET \
-H "Accept: application/json" \
"http://localhost/v4/Priorities?offset=56&limit=56"
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
Responses