Get Variables for Dynamic Process Instance

get

/ic/api/process/v1/dp-instances/{id}/variables

Get all the variables for the dynamic process instance with the specified ID.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : Variables
Type: object
Match All
Show Source
Nested Schema : CommonModel
Type: object
Discriminator: links
Show Source
Nested Schema : Variables-allOf[1]
Type: object
Show Source
Nested Schema : VariablesMap
Type: object
Additional Properties Allowed
Show Source
a (key, MapItem) map. `default`is an example key
Show Source
Nested Schema : default
Type: object
Nested Schema : additionalProperties
Type: object

401 Response

Unauthorized.

404 Response

Process instance ID does not exist.

500 Response

Internal Server Error.
Back to Top