get https://{baseUrl}/api/controlImplementation/controlStatusByOwner//
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/controlImplementation/controlStatusByOwner/intPage/intPageSize \
--header 'accept: application/json'
xxxxxxxxxx
14[
{
"owner": "string",
"fullyCount": 0,
"partialCount": 0,
"notCount": 0,
"naCount": 0,
"remediationCount": 0,
"inheritedCount": 0,
"plannedCount": 0,
"archivedCount": 0,
"riskAcceptedCount": 0
}
]