Get List of Linked Assessments

Use this API to retrieve a list of all assessments linked to a particular record. The linked assessments list will support all copied, reassessed, and rule triggered related assessments.

🗒

Things to Know

  • The following APIs can be used to retrieve the record ID (id):

  • For Assets, Processing Activities, & Entities, use the Get List of Inventories API.

  • For Vendors, use the List Vendors API.

  • For Engagements, use the Get List of Engagements API.

  • For Incidents, use the List Incidents API.

  • For Control Implementations, use the List Controls API.

  • If the ID does not match the entered reference-object from the URL, 0 results will be returned.

Path Params
uuid
required

UUID of the reference object

Query Params
string
enum
required

Type of reference object

Allowed:
linkTypes
array of strings

Types of links to filter by

linkTypes
int32
≥ 0
Defaults to 0

Results page to be retrieved (0..N)

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
*/*