get https://{baseUrl}/api/securityChecklist/getAllByParent/
Used by STIGs, CIS, etc.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Used by STIGs, CIS, etc.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/securityChecklist/getAllByParent/intAssetID \
--header 'accept: application/json'
xxxxxxxxxx
25[
{
"createdBy": "string",
"lastUpdatedBy": "string",
"id": 0,
"isPublic": true,
"uuid": "string",
"tool": "string",
"vulnerabilityId": "string",
"cci": "string",
"ruleId": "string",
"baseline": "string",
"datePerformed": "2025-04-17T23:54:04.896Z",
"version": "string",
"check": "string",
"results": "string",
"comments": "string",
"status": "string",
"assetId": 0,
"createdById": "string",
"dateCreated": "2025-04-17T23:54:04.896Z",
"lastUpdatedById": "string",
"dateLastUpdated": "2025-04-17T23:54:04.896Z"
}
]