v1

latestOpenAPI 3.0.22026-07-144652931.4 MB
Event Orchestrations

Get Data for an External Data Cache Variable on a Global Event Orchestration

Get the data for an external_data type Cache Variable on a Global Orchestration.

Use External Data type Cache Variables to store string, number, or boolean values via a dedicated API endpoint. These stored values can then be used in conditions or actions in Event Orchestration rules.

For more information see the Knowledge Base

Scoped OAuth requires: event_orchestrations.read

get/event_orchestrations/{id}/cache_variables/{cache_variable_id}/data

Path parameters

idstring required

The ID of an Event Orchestration.

cache_variable_idstring required

The ID of a Cache Variable.

Headers

Acceptstring required

The Accept header is used as a versioning header.

Content-Type'application/json' required

Response

The data on an external_data type Cache Variable for this Event Orchestration.

OR
OR

Example response

{
  "cache_variable_data": "Hello World!"
}