latestOpenAPI 3.1.02026-08-1182263351.1 KB

f8025de20169

Questions

List questions

List live questions for the authenticated organization.

Required OAuth scope: question-banks:read or quizzes:read

get/v2/questions/

Query parameters

filter[quiz_id]string nullable

Obfuscated parent quiz ID. Exact match.

Obfuscated parent quiz ID. Exact match.

filter[question_bank_id]string nullable

Obfuscated parent question bank ID. Exact match.

Obfuscated parent question bank ID. Exact match.

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.