---
title: "Retrieves the sector association schemes that correspond to the provided sector id"
method: GET
path: "/v1.0/sector-association/{sectorId}/scheme"
tags: ["Sector association scheme"]
---

# Retrieves the sector association schemes that correspond to the provided sector id

`GET /v1.0/sector-association/{sectorId}/scheme`

## Path parameters

- `sectorId` integer, required

## Response `200`

OK

- SectorAssociationSchemesDTO
  - `sectorAssociationSchemeMap` object, required
  - `subsectorAssociations` SubsectorAssociationInfoDTO[]
    - `id` integer
    - `name` string

## Other responses

- `400` — Bad Request Error Code | Description AUTHORITY1003 | User is not related to competent authority
- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2026-07-13** `006ed6d3b3ac` — 3 info
  - added the optional property `sectorAssociationSchemeMap/additionalProperties/editable` to the response with the `200` status
  - added the optional property `sectorAssociationSchemeMap/additionalProperties/targetSet/targetCommitments/items/id` to the response with the `200` status
  - added the required property `sectorAssociationSchemeMap/additionalProperties/schemeVersion` to the response with the `200` status
- **2025-09-11** `15b32331a1ac` — 2 breaking, 4 warning, 2 info
  - removed the required property `id` from the response with the `200` status
  - removed the required property `umbrellaAgreement` from the response with the `200` status
  - removed the optional property `sectorDefinition` from the response with the `200` status
  - removed the optional property `subsectorAssociationSchemes` from the response with the `200` status
  - …4 more
- **2024-10-21** `a06468704cbe` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/sector-association/:sectorId/scheme/get.md)

---

[API](https://skmtc.dev/beis/apis/api-documentation.md) · [All operations](https://skmtc.dev/beis/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beis/api-documentation/revisions/f5f4d893b86b/schema)
