v1
latestOpenAPI 3.0.22026-07-144652931.4 MBEvent Orchestrations
Get a Cache Variable for a Service Event Orchestration
Get a Cache Variable for a Service Event Orchestration.
Cache Variables allow you to store event data on an Event Orchestration, which can then be used in Event Orchestration rules as part of conditions or actions.
For more information see the API Concepts Document
Scoped OAuth requires: services.read
get/event_orchestrations/services/{service_id}/cache_variables/{cache_variable_id}
Path parameters
service_idstring required
The service ID
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 fetched Cache Variable for this Event Orchestration.
Example response
{
"cache_variable": {
"configuration": {
"source": "event.summary"
},
"conditions": [
{
"expression": "event.summary matches part 'my service error'"
}
]
}
}