Get Project Risk Changes

Beta
Retrieves the risk changes for all project entities in a project.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

project_idstringRequired

Query parameters

limitintegerOptional
The maximum number of risk changes to return. Default is 100.
nextstringOptional
Token to retrieve the next page of risk changes
prevstringOptional
Token to retrieve the previous page of risk changes
sort.dateenumOptional
Sort by timestamp in ascending or descending order. Default is desc.
Allowed values:
filter.fromstringOptional
Filter risk changes from the provided date
filter.tostringOptional
Filter risk changes up to the provided date
filter.risk_factorlist of stringsOptional
Filter risk changes for the provided risk factors
filter.risk_categorylist of stringsOptional
Filter risk changes for risk factors from the provided risk categories

Response

This endpoint returns an object.
filtersobject
limitinteger
dataobject
nextstring or null
prevstring or null

Errors