get https://{baseUrl}/api/requirementmapping/findMappings/
Log in to see full request history
Response
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/requirementmapping/findMappings/intID \
--header 'accept: application/json'
xxxxxxxxxx
15[
{
"id": 0,
"uuid": "string",
"requirementId": 0,
"controlId": 0,
"createdBy": "string",
"createdById": "string",
"dateCreated": "2025-04-17T06:53:42.364Z",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"isPublic": true,
"dateLastUpdated": "2025-04-17T06:53:42.364Z"
}
]