get https://{baseUrl}/api/securityplans/controlMaturityByFamilyAndOrganizer//
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/controlMaturityByFamilyAndOrganizer/intID/strModule \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"family": "string",
"maturityLevel": "string",
"total": 0
}
]