List exemptions
GET/openapi/v1/exemptions
Search exemptions with optional filters. Owner filter accepts ownerType (worker|applicant) + ownerId (synthetic ID). Other filters: exemptionType, jurisdiction, status, eligibility. Filter by record recency with updatedAfter and/or updatedBefore (ISO 8601 instant, e.g. 2026-01-01T00:00:00Z, or a bare date 2026-01-01); updatedAfter is inclusive, updatedBefore is exclusive. Sort by lastUpdated (record last-modified time), e.g. sort=lastUpdated:desc. Soft-deleted exemptions are excluded by default; pass includeDeleted=true to include them.
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Authentication required
Caller is not authorised
Rate limit exceeded — see Retry-After header
Internal server error