v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
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

Namestring

The name of the area.

Compliancenumber nullable

The compliance rating of this area.

Completenessnumber

The completeness rating of this area.

Example response

[
  {
    "Name": "Authorizations, Monitoring & Enforcement",
    "Compliance": 75,
    "Completeness": 65
  }
]