Skip to main content

Get Local Task Variable (Binary)

GET 

/task/:id/localVariables/:varName/data

Retrieves a binary variable from the context of a given task by id. Applicable for byte array and file variables.

Request

Responses

Request successful. For binary variables or files without any MIME type information, a byte stream is returned. File variables with MIME type information are returned as the saved type. Additionally, for file variables the Content-Disposition header will be set.