latestOpenAPI 3.1.02026-08-1182263351.1 KB

f8025de20169

Quizzes

List quizzes

List live quizzes for the authenticated organization.

Required OAuth scope: quizzes:read

get/v2/quizzes/

Query parameters

filter[name]string nullable

Quiz name. Case-insensitive exact match.

Quiz name. Case-insensitive exact match.

filter[updated_since]string date-time nullable

ISO-8601 timestamp with timezone offset (e.g. 2024-01-01T00:00:00Z); returns quizzes updated at or after this time. Naive datetimes without an offset are rejected with 422.

ISO-8601 timestamp with timezone offset (e.g. 2024-01-01T00:00:00Z); returns quizzes updated at or after this time. Naive datetimes without an offset are rejected with 422.

Response

OK

metaobject nullable

Pagination metadata, e.g. {"page_size": 25}.

linksobject nullable

Pagination links, e.g. {"self": "...", "next": "...", "prev": null}.

has_moreboolean required

Whether additional pages exist after this one.

next_cursorstring nullable

Opaque cursor to pass as page[cursor] for the next page; null on the last page.

includedobject[] nullable

Related resources requested via ?include=. Absent when no include was requested.