Added
Events API
about 4 years ago by Jessie Tully
We've now added the ability to fetch and create Event and Event Session via API calls. You'll now be able to retrieve Event and Event Session information as well as being able to create and register users to the event sessions.
The following endpoints have been created:
- [POST] Create Event
- [GET] Get All Events
- [GET] Get Event Sessions
- [POST] Create Event Session
- [POST] Invite User to Event Session
You will need an Event created before you can create a Session. The expected use case should be calling the following APIs in order:
- POST Create Event - Only a name is requested to form an event
- POST Create Event Session - This will require the
event_idin order to create a session, which can be obtained from the POST Create Event API.
This is the first version of the Events API, and we plan to make improvements / updates to these endpoints in the future. Please reach out to your COM or [email protected] if you have any feedback or requests related to the Events API. Thank you!
