Skip to main content
Version: Next

Get variable (alpha)

GET 

/variables/:variableKey

Get the variable by the variable key.

Note that this endpoint is an alpha feature and not enabled on Camunda clusters out of the box. The Camunda 8 API (REST) Overview page provides further details.

note

This endpoint is an alpha feature and may be subject to change in future releases.

Request

Path Parameters

    variableKey int64required

    The variable key.

Responses

The variable is successfully returned.

Schema
    variableKey int64

    The key for this variable.

    name string

    Name of this variable.

    value string

    Value of this variable.

    fullValue string

    Full value of this variable.

    scopeKey int64

    The key of the scope of this variable.

    processInstanceKey int64

    The key of the process instance of this variable.

    tenantId string

    Tenant ID of this variable.

    isTruncated boolean

    Whether the value is truncated or not.

Loading...