get https://{baseUrl}/api/dataCenters/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/dataCenters/getAllByParent/intID/strModule \
--header 'accept: application/json'
xxxxxxxxxx
17[
{
"id": 0,
"uuid": "string",
"facility": "string",
"facilityId": 0,
"parentId": 0,
"parentModule": "string",
"createdBy": "string",
"createdById": "string",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"isPublic": true,
"dateCreated": "2025-04-18T03:52:34.139Z",
"dateLastUpdated": "2025-04-18T03:52:34.139Z"
}
]