Get List of Assessments

Use this API to retrieve a list of all assessments with basic assessment details. The response will include details such as the assessment ID, number, stage, result, and associated organization.

🗒

Things to Know

  • All assessments regardless of their stage are returned in the response by default.

  • The assessments can be filtered by stage using the assessmentStatuses query parameter.

  • The size and page query parameters can be used to paginate the response (list of assessments). The size parameter defines the number of assessments to be returned in each page. The page parameter defines the page number. The first page and default page is page number 0. The size parameter is optional and default value is 20, but cannot exceed 2000. If you input a value greater than 2000, then 2000 will be used for the size.

Language
Authorization
OAuth2