get https://{baseUrl}/api/dateExtensions/getAllByParent//
Used by workflow
Log in to see full request history
Response
Used by workflow
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/dateExtensions/getAllByParent/intID/strModule \
--header 'accept: application/json'
xxxxxxxxxx
17[
{
"id": 0,
"originalDate": "2025-04-17T16:17:43.964Z",
"requestedDate": "2025-04-17T16:17:43.964Z",
"justification": "string",
"parentId": 0,
"parentModule": "string",
"createdBy": "string",
"createdById": "string",
"dateCreated": "2025-04-17T16:17:43.964Z",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"isPublic": true,
"dateLastUpdated": "2025-04-17T16:17:43.964Z"
}
]