Skip to main content

Exemptions

API for managing worker and applicant exemptions.

📄️List 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.