get https://{baseUrl}/api/milestones/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/milestones/getAllByParent/intParentID/strModule \
--header 'accept: application/json'
xxxxxxxxxx
20[
{
"id": 0,
"createdBy": "string",
"createdById": "string",
"dateCreated": "2025-04-18T19:14:41.681Z",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"isPublic": true,
"title": "string",
"milestoneDate": "2025-04-18T19:14:41.681Z",
"responsiblePerson": "string",
"responsiblePersonId": "string",
"predecessorStep": "string",
"predecessorStepId": 0,
"parentID": 0,
"parentModule": "string",
"dateLastUpdated": "2025-04-18T19:14:41.681Z"
}
]