List variables for a process instance
GET {{baseUrl}}/process-instances/:processInstanceId/variables?scope=voluptate elit&type=true&offset=voluptate elit&count=voluptate elit
List the variables for a process instance.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
scope | string | scope | |
type | boolean | Only return variables of given variable data type. | |
offset | string | Start position value in the list of items, used for pagination. | |
count | string | Number of items to be limited in the response, used for pagination. By default the count value is set to 10. |
RESPONSES
status: OK
{"content":[[{"encryption":false,"links":{"empty":true},"name":"SampleVariable","scope":"local","type":"string","value":{}},{"encryption":false,"links":{"empty":true},"name":"SampleVariable","scope":"local","type":"string","value":{}}],[{"encryption":false,"links":{"empty":true},"name":"SampleVariable","scope":"local","type":"string","value":{}},{"encryption":false,"links":{"empty":false},"name":"SampleVariable","scope":"local","type":"string","value":{}}]],"links":{"empty":false}}