v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
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

fromIdstring uuid required

The unique ID of the source assessment to create the link from

toIdsstring[] required

Example request

{
  "fromId": "123e4567-e89b-12d3-a456-426614174000",
  "toIds": [
    "223e4567-e89b-12d3-a456-426614174001"
  ]
}

Response

Created