Get a variable for a process instance
GET {{baseUrl}}/process-instances/:processInstanceId/variables/:variableName?scope=voluptate elit
Get a variable for a process instance.
Body
PARAM
Key | Datatype | Required | Description |
scope
|
string |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"encryption": false,
"links": {
"empty": true
},
"name": "SampleVariable",
"scope": "local",
"type": "string",
"value": {}
} |
ENDPOINTS