Assessment Management
Link Assessments
Use this API to link an assessment to multiple assessments.
🗒 Things to Know
This API can be used for linking active and archived assessments.
Only assessments with the following template types can be linked: PIA, Vendor, ITRM, Control, Exchange, Incident and ESG.
post/api/assessment/v2/assessments/assessment-links
Request body
Example request
{
"fromId": "123e4567-e89b-12d3-a456-426614174000",
"toIds": [
"223e4567-e89b-12d3-a456-426614174001"
]
}Response
Created