Compliance
List the compliance summary information for all areas belong to it.
Each compliance standard contains grouping of control items, called areas. This endpoint returns the rating data belong to each area.
get/api/v2/companies/{id}/compliance/{standard}/areas
Path parameters
idinteger required
The id of the target company.
standardstring required
Example:CSF
The code for specific compliance standard.
Response
Success
Example response
[
{
"Name": "Authorizations, Monitoring & Enforcement",
"Compliance": 75,
"Completeness": 65
}
]