Kantata Kantata OX Knowledge Base
Release Notes
Status Page

Event Types

A change is called a Subscribed Event, and the type of change is called a Subscribed Event Type.

Note: Only Account Administrators can access Subscribed Events.

Fetching a list of Subscribed Event Types

Returns a list of all Event Types tracked by Subscribed Events.

The event type schema, accessible using the subscribed_event_type_schemas key, is metadata that shows the structure of all events. The event types schema includes documentation for the events and fields. You can reference the event types schema as you build your application that processes subscribed events.

Responses
200

A list of objects have been retrieved.

Response Schema: application/json
subscribed_event_types
Array of strings

A complete list of Subscribed Event Types.

object
400

Bad Request

401

Unauthorized request

403

Forbidden request

404

Page Not Found

422

Unprocessable Entity

503

Service is unavailable

get/subscribed_events/event_types
Request samples
Response samples
application/json
{
  • "subscribed_event_types": [
    ],
  • "subscribed_event_type_schemas": {
    }
}