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.

Query Params
templateTypes
array of strings

List of template types to filter assessments by. Available options:

  • PIA (PIA & DPIA Automation)
  • VENDOR (Third-Party Risk Management)
  • ITRM (IT & Security Risk Management)
  • CONTROL (Risk and Controls)
  • INCIDENT (Incident Management)
  • EXCHANGE (Third-Party Risk Exchange)
  • ESG (ESG Program Reporting)
  • DISCLOSURE (Disclosure Management)
  • DISCLOSURE_YOY (Year Over Year Disclosures)
  • ERM (Enterprise Risk Management)
  • TPDD (Third-Party Due Diligence)
  • AIGOVERNANCE (AI Governance)
templateTypes
assessmentStatuses
array of strings

List of assessment statuses to filter by

assessmentStatuses
string
enum

Filter by archival state

Allowed:
int32
≥ 0
Defaults to 0

Results page to be retrieved (0..N). Example- '?page=1

int32
1 to 2000
Defaults to 20

Number of records per page (1…N).

string
enum
Defaults to createdDate,desc

Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 2 required scopes
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*