Back

/event_series

Internal Endpoints

REST Endpoint
Description
GraphQL Query CDM Availability
POST /event_series/status Use the event series IDs and jobInstanceIds of several events to retrieve information about each event, including ID, progress, cancelable, cancel pending, and the number of times the event has been attempted. JobInstanceId can be left unspecified in case of non job related events, but is expected for all job related events. Available
POST /event_series/{id}/cancel Request cancellation of an event. To succeed, the 'isCancelable' parameter of the event must be 'true'. Uses the event series ID and jobInstanceId to retrieve information about an event. JobInstnceId can be left unspecified in case of a non job related event, but is expected for a job related event. Available
GET /event_series/{id}/status Use the event series ID and jobInstanceId for an event to retrieve information about the event, including ID, progress, cancelable, cancel pending, and the number of times the event has been attempted. JobInstanceId can be left unspecified in case of a non job related event, but is expected for a job related event. Available

v1 Endpoints

REST Endpoint
Description
GraphQL Query CDM Availability
GET /event_series/{id} Gets all events, event series, SLA Domain, and object information that is associated with a specified event series ID. query activitySeries Available