get https://{baseUrl}/api/cases/getAllByParent//
All case records for a given parent
Log in to see full request history
Response
All case records for a given parent
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/cases/getAllByParent/intParentId/strModule \
--header 'accept: application/json'
xxxxxxxxxx
29]
[
{
"caseWorker": "string",
"facility": "string",
"org": "string",
"createdBy": "string",
"lastUpdatedBy": "string",
"id": 0,
"isPublic": true,
"uuid": "string",
"title": "string",
"caseNumber": "string",
"description": "string",
"caseWorkerId": "string",
"dateReported": "2025-04-11T23:04:21.861Z",
"status": "string",
"dateResolved": "2025-04-11T23:04:21.861Z",
"notes": "string",
"reportedBy": "string",
"facilityId": 0,
"orgId": 0,
"parentId": 0,
"parentModule": "string",
"createdById": "string",
"dateCreated": "2025-04-11T23:04:21.861Z",