List variables for a task

GET {{baseUrl}}/tasks/:taskId/variables?scope=voluptate elit&offset=voluptate elit&count=voluptate elit

List variables for a task.

Request Params

KeyDatatypeRequiredDescription
scopestringscope
offsetstringStart position value in the list of items, used for pagination.
countstringNumber 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":false},"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":{}}]],"links":{"empty":false}}