get
/v4/Incidents/{id}/CurrentProcedureStep
Returns the dynamic user procedure step of an active incident with matching identifier.
CURL
curl -X GET \
-H "Accept: application/json" \
"http://localhost/v4/Incidents/{id}/CurrentProcedureStep"
Path parameters
id
required
String
Guid/Uuid of the required incident.
Example:
ADBD25C1-127C-4D05-898D-CCF82D8DB59F
Example:
id_example
Responses