Retrieve linked incidents.

Genetec Mission Control™ Web API

Content type
Product line
Mission Control
ft:locale
en-US
Applies to
Genetec Mission Control™ Web API
get /v2/Incidents/{id}/LinkedIncidentIds

Returns an array of incident identifiers that are linked to the specified incident.

Path parameters
id
String
required
Guid/Uuid of the required incident. _Example:_ `ADBD25C1-127C-4D05-898D-CCF82D8DB59F`
Example: id_example
Query parameters
offset
Integer
int32
This query parameter allows you to set the number of items to be skipped. <br />The default value for this parameter is 0.
Example: 56
limit
Integer
int32
This query parameter allows you to set the number of items to retrieve. Maximum value: 100. <br />The default value for this parameter is 25.
Example: 56
CLIENT REQUEST
curl -X 'GET'
-H 'Accept: application/json'
'http://localhost/v2/Incidents/{id}/LinkedIncidentIds?offset=56&limit=56'
Responses

Success

Body
TotalResultsCountIntegerint32
ResultsArray[none]
RESPONSE
{ "TotalResultsCount": 3, "Results": [ "d9494454-40c9-4a91-91d6-10b37894434d", "1629f91f-6af3-408c-87a6-454c751cb61a", "d6b85d2b-8f63-4259-98ac-0a979a1b4b7a" ] }

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 request could not be completed. Genetec Mission Control™ licenses exceeded.

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.