Authorizations
API key generated in the Portal (Account Settings → API Keys).
Path Parameters
Your project's unique identifier. ProjectId is queryable using the /api/project route or by extracting the guid from the url while on a project's page.
Query Parameters
Page number starting at 1. Default is 1.
Items per page (1–100). Default is 100.
Sort direction. Accepted values: asc, desc. Default is asc.
Available options:
Asc
, Desc
Field to order by. Accepted values: risk, performance, fullName. Default is risk.
Available options:
Risk
, Performance
, FullName
Substring match across referenceId
, fullName
, and email
.
Maximum length:
500