get https://{baseUrl}/api/securityplans/residualRisksBySSP//
Used for Reporting
Log in to see full request history
Responses
400The operation wasn't successful; the body of the response contains details.
Used for Reporting
400The operation wasn't successful; the body of the response contains details.
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/securityplans/residualRisksBySSP/intPage/intPageSize \
--header 'accept: application/json'
xxxxxxxxxx
10[
{
"systemName": "string",
"veryLowRiskCount": 0,
"lowRiskCount": 0,
"moderateRiskCount": 0,
"highRiskCount": 0,
"veryHighRiskCount": 0
}
]