Skip to main content
Version: 8.5

Get variable by key

GET 

/v1/variables/:key

Get variable by key

Request

Path Parameters

    key int64required

    Key of variable

Responses

Success

Schema
    key int64
    processInstanceKey int64
    scopeKey int64
    name string
    value string
    truncated boolean
    tenantId string
Loading...