get https://{baseUrl}/api/causecodes/getAllByParent/
Includes cause code data
Log in to see full request history
Response
Includes cause code data
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/causecodes/getAllByParent/intID \
--header 'accept: application/json'
xxxxxxxxxx
17[
{
"id": 0,
"causeName": "string",
"causeCode": "string",
"causeType": "string",
"parentCauseName": "string",
"parentCauseCode": "string",
"parentCauseId": 0,
"createdBy": "string",
"createdById": "string",
"dateCreated": "2025-04-12T18:38:02.828Z",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"dateLastUpdated": "2025-04-12T18:38:02.828Z"
}
]