Get a process instance by ID
Request
POST /pub/v1/bpm/instance/{id}/get
Path parameters
Parameter name | Value | Description | Additional |
---|---|---|---|
id | uuid | Process instance ID |
Required |
Authorization
This request requires the use of one of following authorisation methods:
API key
Response
The following HTTP status codes may be returned.
Status code | Description | Resource |
---|---|---|
200 | OK Model of a process instance. |
Model of a process instance (Get a process instance by ID) |