This endpoint is deprecated. Please do not use it for new projects. The documentation remains here for legacy API consumers.

Getting all timeslots for an event

The /events/{eventId}/timeslots API endpoint lists all timeslots for a given event.

By sending the following GET-request, you can receive the list of timeslots.

with TOKEN being the user access token of the user in question. It is used to determine the validity of this request. And eventId is the required ID of the event you want to get the timeslots of.

Path parameters

Name Description
eventId The ID of the event you want to display.

Query parameters

– none –

Response values

Upon Returned value Description
success JSON-encoded List<TimeSlotData> n/a
no timeslots attached ‘[]’ n/a
failure 500 – INTERNAL SERVER ERROR When an error appears while processing your request.
authorization error 401 / 403 See here for details.

Example return value for call with eventId=”fb904515cd874efba3c7eeb4e0d841f1″

Another example return value, when there aren’t yet any timeslots for eventId=fb904515cd874efba3c7eeb4e0d841f1″