CandCConferenceCreator
CandCConferenceCreator API is designed to simplify the creating and managing of conference applications. The main conference objects have already been defined for you and we have built in the flexibility to store other small pieces of data that might be of use. Try it out and please let us know what you think.
CandCConferenceCreator endpoints
| Method | Endpoint | Description |
|---|---|---|
| Conference | ||
| GET |
getConferenceById /conference/{conferenceId} |
Gets as existing confernce object but uuid |
| DELETE |
deleteConferenceById /conference/{conferenceId} |
Remove a conference that is no longer needed |
| POST |
createConference /conference |
This is the highest level abstraction. It will create a new conference for sessions and users. |
| PUT |
updateConference /conference |
|
| Attendee | ||
| GET |
getConferenceAttendees /conference/{conferenceId}/attendee |
Returns the list of attendees for a conference 1k at a time |
| GET |
getAttendee /conference/{conferenceId}/attendee/{attendeeId} |
Returns an Attendee object for the uuid of the conference |
| POST |
createAttendee /conference/{conferenceId}/attendee |
End point to create a new attendee |
| PUT |
updateAttendee /conference/{conferenceId}/attendee |
Update a conference attendee |
| Session | ||
| POST |
createSession /conference/{conferenceId}/session |
Creates a session to be tracked for your conference |
| PUT |
updateSession /conference/{conferenceId}/session |
Updates a session to be tracked for your conference |
| DELETE |
deleteSession /conference/{conferenceId}/session/{sessionId} |
Delete the session for a conference based on the session id provided |
| POST |
addAttendeeToSession /conference/{conferenceId}/session/{sessionId}/attendee/{attendeeId} |
Will add an attendee to a session |
| GET |
getSession /conference/{conferenceId}/session/{sessionId} |
Get the session for a conference based on the session id provided |
| DELETE |
removeAttendeeToSession /conference/{conferenceId}/session/{sessionId}/attendee/{attendeeId} |
Will remove an attendee from a session |
| GET |
getSessions /conference/{conferenceId}/session |
Gets a list fo sessions for a conference |
CandCConferenceCreator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $9.99 / month | — |
|