Retrieves the specified dynamic user procedure.

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 /v2/Procedures/{id}

Returns the dynamic user procedure associated with the specified identifier including the configured steps and options.

Path parameters
id
String
required
Guid/Uuid of the required user procedure. _Example:_ `ADBD25C1-127C-4D05-898D-CCF82D8DB59F`
Example: id_example
CLIENT REQUEST
curl -X 'GET'
-H 'Accept: application/json'
'http://localhost/v2/Procedures/{id}'
Responses

Success

Body
IdStringuuid
RevisionIntegerint32
StepsArray
[
IdStringuuid
NameString
InstructionsString
OptionsArray
[
IdStringuuid
NameString
]
IsSkippableBoolean
IsCommentRequiredBoolean
IsFirstStepBoolean
AttachedLinksArray[string]
]
RESPONSE
{ "Id": "711105a1-ebaa-4a6f-b46f-86ececc7a093", "Revision": 0, "Steps": [ { "Id": "8c637dd4-f55b-432e-aa64-d0db56355713", "Name": "Step 1", "Instructions": "Cleanup on isle 3", "Options": [ { "Id": "57990620-faaa-4e80-9e32-0b99c91c61d2", "Name": "Done" } ], "IsSkippable": false, "IsCommentRequired": false, "IsFirstStep": false, "AttachedLinks": [ "Https://abc.com" ] } ] }

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.