Control Links
Link Controls
Use this API to link an existing control to one or multiple related controls in the Controls Library.
post/api/controls/v1/links/bulk
Request body
Example request
{
"source": {
"id": "1a2b3c4e-5f6g-7h8i-9j0k-1l2m3n4o5p6q",
"type": "Control",
"name": "Information security policy",
"orgGroupId": "1a2b3c4e-5f6g-7h8i-9j0k-1l2m3n4o5pe3"
},
"destinations": [
{
"id": "1a2b3c4e-5f6g-7h8i-9j0k-1l2m3n4o5p6q",
"type": "Control",
"name": "Information security policy",
"orgGroupId": "1a2b3c4e-5f6g-7h8i-9j0k-1l2m3n4o5pe3"
}
],
"linkTypeNameKey": "RelatedControl"
}Response
Created