latestOpenAPI 3.1.02026-08-1182263351.1 KB

f8025de20169

Question Banks

List question banks

List live question banks for the authenticated organization.

Required OAuth scope: question-banks:read

get/v2/question-banks/

Query parameters

filter[name]string nullable

Question bank name. Case-insensitive exact match.

Question bank 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 question banks 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 question banks 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.