latestOpenAPI 3.0.22026-07-144652931.4 MB
b679a8f3f02c
Event Orchestrations
Get the Router for an Event Orchestration
Get a Global Orchestration's Routing Rules.
An Orchestration Router allows you to create a set of Event Rules. The Router evaluates Events you send to this Global Orchestration against each of its rules, one at a time, and routes the event to a specific Service based on the first rule that matches. If an event doesn't match any rules, it'll be sent to service specified in as the catch_all or the "Unrouted" Orchestration if no service is specified.
For more information see the API Concepts Document
Scoped OAuth requires: event_orchestrations.read
get/event_orchestrations/{id}/router
Path parameters
idstring required
The ID of an Event Orchestration.
Headers
Acceptstring required
The Accept header is used as a versioning header.
Content-Type'application/json' required
Response
The Orchestration Router object.
OrchestrationRouter required— unresolved $ref