Get Task Form Variables
GET/task/:id/form-variables
Retrieves the form variables for a task. The form variables take form data specified on the task into account. If form fields are defined, the variable types and default values of the form fields are taken into account.
Request
Responses
- 200
- 404
Request successful. A JSON object containing a property for each variable returned.
id is null or does not exist. See the Introduction for the error response format.