---
title: "List the compliance summary information for all areas belong to it."
method: GET
path: "/api/v2/companies/{id}/compliance/{standard}/areas"
tags: ["Compliance"]
---

# List the compliance summary information for all areas belong to it.

`GET /api/v2/companies/{id}/compliance/{standard}/areas`

Each compliance standard contains grouping of control items, called areas. This endpoint returns the rating data belong to each area.

## Path parameters

- `id` integer, required
- `standard` string, required

## Response `200`

Success

- ComplianceControlArea[]
  - `Name` string — The name of the area.
  - `Compliance` number, nullable — The compliance rating of this area.
  - `Completeness` number — The completeness rating of this area.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
