Events

This page describes all the APIs relating to events.

Get all Events

get
/api/v3/events
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
from_datestringOptional
to_datestringOptional
pageinteger · min: 1Optional

The page number of results to return.

Default: 1
per_pageinteger · min: 1 · max: 200Optional

Request for how many records to return.

Default: 50
countintegerOptional

Synonym for per_page

Responses
200

events found

application/json
get
/api/v3/events
200

events found

Get an Event

get
/api/v3/events/{id}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
Responses
200

event found

application/json
get
/api/v3/events/{id}

List event registrations

get
/api/v3/events/registrations
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
from_datestringOptional
to_datestringOptional
statestringOptional
Responses
200

registrations found

application/json
get
/api/v3/events/registrations
200

registrations found

List event attendance

get
/api/v3/events/{id}/attendance
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
Query parameters
statestringOptional
campusstringOptional
attendance_statusstringOptional
Responses
200

attendance found

application/json
get
/api/v3/events/{id}/attendance

Last updated

Was this helpful?