get https://{baseUrl}/api/systemRoleExternalAssignments/getAllByParent/
Used by FedRAMP
Log in to see full request history
Response
Used by FedRAMP
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/systemRoleExternalAssignments/getAllByParent/intRole \
--header 'accept: application/json'
xxxxxxxxxx
17[
{
"id": 0,
"uuid": "string",
"stakeholder": "string",
"stakeholderId": 0,
"role": "string",
"roleId": 0,
"createdBy": "string",
"createdById": "string",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"isPublic": true,
"dateCreated": "2025-04-17T18:24:38.465Z",
"dateLastUpdated": "2025-04-17T18:24:38.465Z"
}
]