Integrations REST API Reference

Tests

List, fetch, and search Tests through the REST API — tests are read-only via this API; author and edit them in the Test editor.

Published 2026/08/26

Requires the List tests permission. Tests are read-only through this API — there's no create/update/delete endpoint; author and edit tests in the Test editor. See REST API Reference for the shared mode, pagination, and List/Fetch/Search conventions used below.

Basic vs. Detailed

  • basictestId, title, createdAt
  • detailed — adds organizationId, description, timeLimit, favorite, folder, labels, tags, sections[] (each with title, timeLimit, noOfPages).

List, Fetch, Search

  • GET /tests — query params: mode, limit, page, title (case-insensitive partial match).
  • GET /tests/:id — query param: mode.
  • POST /tests/filter — query params: mode, limit, page; body: { folder?, labels?, favorite?, title? }, all AND-combined.