Skip to main content
Version: 8.6

Get variable by key

GET 

http://localhost:8080/v1/variables/:key

Get variable by key

Request​

Path Parameters

    key int64required

    Key of variable

Responses​

Success

Schema
    keyint64
    processInstanceKeyint64
    scopeKeyint64
    namestring
    valuestring
    truncatedboolean
    tenantIdstring

Authorization: http

name: bearer-keytype: httpscheme: bearerbearerFormat: JWT
curl -L 'http://localhost:8080/v1/variables/:key' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
http://localhost:8080
Auth
Parameters
— pathrequired