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
andpage
query parameters can be used to paginate the response (list of assessments). Thesize
parameter defines the number of assessments to be returned in each page. Thepage
parameter defines the page number. The first page and defaultpage
is page number 0. Thesize
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 thesize
.