New

Added endpoints and scopes to support attendee registrations:

GET /events/{id}/registration-paths

GET /admission-items

POST /sessions/{id}/enrollment/{attendeeId}

DELETE /sessions/{id}/enrollment/{attendeeId}

Scopes:

  • event/registration-paths:read

    event/admission-items:read

    event/session-enrollment:delete

    event/session-enrollment:write

Added API to support bulk import operations:

POST /bulk-jobs

GET /bulk-jobs

POST /bulk-jobs/{id}/cancel

POST /bulk-jobs/{id}/data

GET /bulk-jobs/{id}/results

POST /bulk-jobs/{id}/run

Scopes:

  • bulk/bulk-jobs:read

    bulk/bulk-jobs:write


Updated

  • Added Accepted enum to status field in POST /attendee

  • Added answers to /attendees to get a list of answers to registration questions

  • Added status field to /webcasts/players to denote the status of the live stream recording


Deprecated

  • The questions field in /attendees has been deprecated. The data can now be found in /contacts as contact custom fields.

  • List Attendee LinksGET /webcasts/{id}/attendee-links has been deprecated. The new endpoint is GET /webcasts/attendee-links