Overview
Gets the current state of a state machine, associated with a token.HTTP request
POST /Agent/StateMachines/GetCurrentState
Authentication
Requires a valid JWT bearer token.Request (JSON)
Input parameters
| Parameter | Description |
|---|---|
| PTokenId | ID of token associated with state machine. |
Response (JSON)
Response parameters
| Parameter | Description |
|---|---|
| PCurrentState | Current state of state machine, if found, and authorized. |