get https://{baseUrl}/api/riskTreatments/getAllByParent/
Includes treatment data
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Includes treatment data
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/riskTreatments/getAllByParent/intID \
--header 'accept: application/json'
xxxxxxxxxx
23[
{
"createdBy": "string",
"lastUpdatedBy": "string",
"id": 0,
"uuid": "string",
"title": "string",
"description": "string",
"status": "string",
"controlType": "string",
"treatmentStrategy": "string",
"mitigationEffectiveness": "string",
"costsToImplement": 0,
"projectId": 0,
"controlId": 0,
"riskId": 0,
"createdById": "string",
"dateCreated": "2025-04-19T23:37:48.183Z",
"lastUpdatedById": "string",
"dateLastUpdated": "2025-04-19T23:37:48.183Z",
"isPublic": true
}
]