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.
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.
{- "subscribed_event_types": [
- "string"
], - "subscribed_event_type_schemas": {
- "property1": {
- "name": "string",
- "description": "string",
- "fields": {
- "property1": {
- "name": "string",
- "type": "string",
- "description": "string",
- "fields": {
- "name": "string",
- "type": "string",
- "description": "string"
}
}, - "property2": {
- "name": "string",
- "type": "string",
- "description": "string",
- "fields": {
- "name": "string",
- "type": "string",
- "description": "string"
}
}
}
}, - "property2": {
- "name": "string",
- "description": "string",
- "fields": {
- "property1": {
- "name": "string",
- "type": "string",
- "description": "string",
- "fields": {
- "name": "string",
- "type": "string",
- "description": "string"
}
}, - "property2": {
- "name": "string",
- "type": "string",
- "description": "string",
- "fields": {
- "name": "string",
- "type": "string",
- "description": "string"
}
}
}
}
}
}