This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves a list of up to 1,000 account certifications, given the provided paging, filtering, and sorting.
Query Account Certifications returns the full account certification records, including the underlying userCertificationIds, for the caller's own account only. To retrieve any account's certifications as a public, visitor-safe projection, call List Account Certifications instead.
Query Account Certifications runs with these defaults, which you can override:
createdDate is sorted in DESC ordercursorPaging.limit is 50You can filter and sort by id and certificationType.
To learn about working with Query methods, see API Query Language, Sorting and Paging, and Field Projection.
| Property | Filters | Sort |
|---|---|---|
id | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
certificationType | $eq, $ne, $exists, $in, $hasSome | Sort: ASC, DESC |
You can only call this method when authenticated as a Wix user or by using an account level API key.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.