Get Task Variables
GET/task/:id/variables
Retrieves all variables visible from the task. A variable is visible from the task if it is a local task variable or declared in a parent scope of the task. See documentation on visiblity of variables.
Request
Responses
- 200
- 500
Request successful.
Task id is null or does not exist. See the
Introduction
for the error response format.