get https://{baseUrl}/api/references/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/references/getAllByParent/intParentID/strModule \
--header 'accept: application/json'
xxxxxxxxxx
22[
{
"id": 0,
"uuid": "string",
"createdBy": "string",
"createdById": "string",
"dateCreated": "2025-04-12T01:13:52.506Z",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"isPublic": true,
"identificationNumber": "string",
"title": "string",
"description": "string",
"version": "string",
"datePublished": "2025-04-12T01:13:52.506Z",
"referenceType": "string",
"link": "string",
"parentID": 0,
"parentModule": "string",
"dateLastUpdated": "2025-04-12T01:13:52.506Z"
}
]