Retrieves the specified revision of the specified incident type.

Genetec Mission Control™ Web API

Content type
OpenAPI specifications
Product line
Mission Control
ft:locale
en-US
Applies to
Genetec Mission Control™ Web API
get /v4/IncidentTypes/{id}/Revisions/{revision}

Returns the incident type with matching identifier. Operational status of the incident type must be In service unless the user has the Monitor incidents set to Testing mode privilege, then returns an incident type which has an Operational status of In service or Testing in the system.

CURL
curl -X GET \ -H "Accept: application/json" \ "http://localhost/v4/IncidentTypes/{id}/Revisions/{revision}"
Path parameters
id
required
String
Guid/Uuid of the required incident type. Example: ADBD25C1-127C-4D05-898D-CCF82D8DB59F
Example: id_example
revision
required
Integer
The incident type revision number Example: 1234 format: int32
Example: 56
Responses

Success

Body
Id
optional
String (UUID)
format: uuid
Revision
optional
Integer
format: int32
Name
optional
String
Description
optional
String
IsManuallyTriggerable
optional
Boolean
CategoryId
optional
String (UUID)
format: uuid
PriorityId
optional
String (UUID)
format: uuid
SubIncidentIds
optional
Array of strings (UUID)
format: uuid
ArgbColor
optional
String
SoundId
optional
String (UUID)
format: uuid
IconId
optional
String (UUID)
format: uuid
OperationalMode
optional
Object
PlaybackPreTriggerTime
optional
Integer
format: int32
VideoMode
optional
Integer
format: int32
IsCollaborative
optional
Boolean
DispathToSupervisorOnly
optional
Boolean
TimeToRespond
optional
MinimumTimeToEvent
optional
TimePeriod
optional
Ticks
optional
Number (Long)
format: int64
Days
optional
Integer
format: int32
Hours
optional
Integer
format: int32
Milliseconds
optional
Integer
format: int32
Minutes
optional
Integer
format: int32
Seconds
optional
Integer
format: int32
TotalDays
optional
Number (Double)
format: double
TotalHours
optional
Number (Double)
format: double
TotalMilliseconds
optional
Number (Double)
format: double
TotalMinutes
optional
Number (Double)
format: double
TotalSeconds
optional
Number (Double)
format: double
NotificationRecipients
optional
Object
MaximumTimeToEvent
optional
TimePeriod
optional
Ticks
optional
Number (Long)
format: int64
Days
optional
Integer
format: int32
Hours
optional
Integer
format: int32
Milliseconds
optional
Integer
format: int32
Minutes
optional
Integer
format: int32
Seconds
optional
Integer
format: int32
TotalDays
optional
Number (Double)
format: double
TotalHours
optional
Number (Double)
format: double
TotalMilliseconds
optional
Number (Double)
format: double
TotalMinutes
optional
Number (Double)
format: double
TotalSeconds
optional
Number (Double)
format: double
NotificationRecipients
optional
Object
TimeToResolve
optional
MinimumTimeToEvent
optional
TimePeriod
optional
Ticks
optional
Number (Long)
format: int64
Days
optional
Integer
format: int32
Hours
optional
Integer
format: int32
Milliseconds
optional
Integer
format: int32
Minutes
optional
Integer
format: int32
Seconds
optional
Integer
format: int32
TotalDays
optional
Number (Double)
format: double
TotalHours
optional
Number (Double)
format: double
TotalMilliseconds
optional
Number (Double)
format: double
TotalMinutes
optional
Number (Double)
format: double
TotalSeconds
optional
Number (Double)
format: double
NotificationRecipients
optional
Object
MaximumTimeToEvent
optional
TimePeriod
optional
Ticks
optional
Number (Long)
format: int64
Days
optional
Integer
format: int32
Hours
optional
Integer
format: int32
Milliseconds
optional
Integer
format: int32
Minutes
optional
Integer
format: int32
Seconds
optional
Integer
format: int32
TotalDays
optional
Number (Double)
format: double
TotalHours
optional
Number (Double)
format: double
TotalMilliseconds
optional
Number (Double)
format: double
TotalMinutes
optional
Number (Double)
format: double
TotalSeconds
optional
Number (Double)
format: double
NotificationRecipients
optional
Object

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.