Retrieve the specified incident category.

Genetec Mission Control™ Web API

Content type
OpenAPI specifications
Product line
Mission Control
Language
English
Applies to
Genetec Mission Control™ Web API
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

Success

Body
Id
optional
String (UUID)
format: uuid
Name
optional
String
ParentId
optional
String (UUID)
format: uuid
OperationalMode
optional
Object
IconId
optional
String (UUID)
format: uuid

The Web API was unable to process the request due to a client error (malformed request syntax, size too large, invalid request message framing, or deceptive request routing).

The token you submitted was either invalid or expired.

The token you submitted was valid, but either did not grant sufficient privilege to access the requested resource, or the Web API license is not active.

The requested resource could not be found.

The Web API was unable to process the request.

The Web API received an invalid response from the Incident Manager role.

The Web API did not receive a response to the request. The Incident Manager role might be down at the moment.