v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Compliance

This resource returns an list of custom and industry standards.

This resource returns an list of custom and industry standards. Each standard has a number of controls. Some of these will be mapped to RiskRecon security domain and criteria and will have the associated ratings.

get/v1/compliance/{toe_id}

Path parameters

toe_idstring required
Example:5976423a-ee35-11e3-8569-14109ff1a304

Filter by the Toe ID.

Query parameters

risk_dimension'cyber' | 'privacy'
Example:cyber

This parameter filters results by RiskDimension. The default value is cyber. privacy is a new option for customers with privacy licenses.

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "assess_count": 25,
        "description": "Legacy Custom Standard",
        "id": 1234,
        "inform_count": 5,
        "is_public": true,
        "name": "Secure Controls Framework 2023_2",
        "type": "RiskStandard::CustomStandard",
        "version": "1.0",
        "rating_counts": [
          {
            "rating": "3",
            "count": 5
          }
        ]
      },
      "id": 12345,
      "type": "risk_standard"
    }
  ]
}