List Attributes of an Instance

get

/process/api/v1/instances/{instanceId}/attributes

Get all the attributes of an instance.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

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
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 with given ID does not exist.

429 Response

Too many requests

500 Response

Internal server error

503 Response

Too many exceptions or too slow requests
Back to Top