get
/v4/Categories/{id}
Returns an incident category with matching identifier for an incident type with an Operational status of In service.
CURL
curl -X GET \
-H "Accept: application/json" \
"http://localhost/v4/Categories/{id}"
Path parameters
id
required
String
Guid/Uuid of the required incident category.
Example:
ADBD25C1-127C-4D05-898D-CCF82D8DB59F
Example:
id_example
Responses