get https://{baseUrl}/api/functionalRoleAssignments/getAllByParent/
Used by Admin panel
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Used by Admin panel
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/functionalRoleAssignments/getAllByParent/intRole \
--header 'accept: application/json'
xxxxxxxxxx
16[
{
"id": 0,
"uuid": "string",
"assignedUser": "string",
"assignedUserId": "string",
"roleId": 0,
"createdBy": "string",
"createdById": "string",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"isPublic": true,
"dateCreated": "2025-04-17T20:12:58.672Z",
"dateLastUpdated": "2025-04-17T20:12:58.672Z"
}
]