Skip to main content
GET
List Questions

Authorizations

Authorization
string
header
required

Org API key as Token token=ei_live_...

Query Parameters

source
string | null

Filter by source. A catalogue source (VCAA, EquateIt, Bank) returns only that catalogue; 'own' returns only this org's authored questions. Omit to get the full catalogue PLUS this org's own questions.

topic
string | null

Filter by topic name

curriculum_level_id
string | null

Only questions with a part tagged to this curriculum level

limit
integer
default:20

Records per page (default 20, max 100)

Required range: 1 <= x <= 100
offset
integer
default:0

Pagination offset

Required range: x >= 0

Response

Successful Response

data
Question · object[]
required
meta
PageMeta · object
required

Pagination envelope metadata. count is the size of the returned page; total (when present) is the full result-set size for offset paging.