The following pages are tagged with events
| Title | Summary |
|---|---|
| Get Details for All Events | To get details about a collection of events, make a GET call to the /events endpoint. Parameters Include one or more of the following optional URL query parameters to filter which event details to return. event_status (string, optional): Filter by event status. Acceptable values include... |
| Get Details for a Single Event | To view details for a single event, make a GET call to the GET https://api.cc.email/v3/events/{event_id} endpoint and specify the event_id as a path parameter. Request Example GET https://api.cc.email/v3/events/{event_id} Endpoint Requirements User privileges: campaign:read Authorization scopes: campaign_data ... |
| Get Details for One Event Registration | To get details about an specific event by track and registration ID, make a GET call to the https://api.cc.email/v3/events/{event_id}/tracks/{track_key}/registrations/{registration_id} endpoint and specify the following required path parameters: event_id: The ID that uniquely identifies the event. Example: 1697732a-8664-4675-8415-c4aabaa17dae. track_id: The track key that uniquely... |
| Get All Registration Details for an Event | To get all registration details for a specific event, make a GET call to the https://api.cc.email/v3/events/{event_id}/tracks/{tracks_id}/registrations endpoint and specify the following parameters: event_id: (path, string) Required. The ID that uniquely identifies the event. Example: 1697732a-8664-4675-8415-c4aabaa17dae. track_id: (path, string) Required. The track key... |
| Events Overview | What is an Event? An event is a gathering of people (contacts), for a common purpose, at a specified time and a place. The event could be a scheduled concert, sale, fundraiser, conference, training, etc., and takes place either physically or virtually. Events help your business prosper in a... |
| Events Schema | This topic outlines the properties within the event schema and its referenced sub-schemas, providing a categorized breakdown for clarity and understanding. Core Event Information The following properties define the fundamental aspects of an event. name (string): The unique name of the event within an account. Minimum length... |
| Registration Schema | This topic provides documentation for event registration Data Transfer Objects (DTOs.) The V3 API uses a tiered structure, starting with the highest-level container (PaginatedRegistrations) down to the smallest detail (SimpleFieldDto) DetailedRegistrationDto The comprehensive object returned when retrieving details for a single registration (/registrations/{registration_id}). registration_id The... |