latestOpenAPI 3.0.02026-08-19219210532.7 KB
bd5a5f406bca
certification
List certifications with filters
get/api/v1/certifications
Query parameters
idsstring[] nullable
Array of IDs to filter results. To skip this filter, omit the key entirely from your JSON. Never write the bare word undefined (that is invalid JSON). Empty arrays and null are also treated as omission.
pagenumber
Page number starting from 1.
limitnumber
Limit for the number of results per page.
orderobject
Order configuration as a key-value object where keys are field names and values are "ASC" or "DESC".
userIdstring uuid
Optional. Filter certifications to a single learner (UUID). Omit to include certifications from all learners.
teamIdstring uuid
Optional. Filter certifications to learners in a single team (UUID). Omit to include all teams.
trackReferenceIdsstring[]
Optional. Filter certifications to specific tracks by their reference IDs. Omit to include certifications across all tracks.
certificationDateFromstring date-time
certificationDateTostring date-time