Get Local Execution Variables
GET/execution/:id/localVariables
Retrieves all variables of a given execution by id.
Request
Responses
- 200
- 500
Request successful. Returns A JSON object of variables key-value pairs. Each key is a variable name and each value a VariableValueDto
Execution with given id does not exist. See the Introduction for the error response format.