List workshops for an event

Returns a paginated list of workshops for the given event. Supports filtering by name, category, attendee type, sponsor, attendance mode, date, speakers, and workshop definition. When called with an attendee token, results may be filtered by app settings. Responses are cached for 5 minutes for public (unauthenticated) requests.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Event slug or numeric ID

Query Params
integer

Page number (default: 1)

integer

Page size (max: 24, default: 24)

string

Filter by workshop name (partial match)

integer

Filter by workshop category ID

integer

Filter by attendee type ID

string

Filter by date (YYYY-MM-DD). Returns workshops whose date range includes the given day.

string

Filter by exact start date (YYYY-MM-DD)

string

Filter by exact workshop name (full match, trimmed)

integer

Filter by sponsor ID

string

Comma-separated speaker IDs to filter by

string

Comma-separated workshop category IDs to filter by

string

Comma-separated attendance modes to filter by (e.g. online, in_person, hybrid)

integer

Filter by workshop definition ID

string

Return only workshops for the given attendee ID (bypasses other filters)

string

When present, includes UTC offset in date responses

string

When present, includes file category information in the response

string

Comma-separated relationships to include. Available: speakers, workshop_categories

Responses

404

Event not found

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json