---
title: "Retrieves the sector association info that corresponds to the provided sector id"
method: GET
path: "/v1.0/sector-association/{id}"
tags: ["Sector association info view"]
---

# Retrieves the sector association info that corresponds to the provided sector id

`GET /v1.0/sector-association/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- SectorAssociationResponseDTO
  - `sectorAssociationContact` SectorAssociationContactDTO, required
    - `title` string
    - `firstName` string, required
    - `lastName` string, required
    - `jobTitle` string
    - `organisationName` string
    - `address` AddressDTO, required
      - `line1` string, required
      - `line2` string
      - `city` string, required
      - `county` string
      - `postcode` string, required
    - `phoneNumber` string
    - `email` string, required
    - `fullName` string
  - `sectorAssociationDetails` SectorAssociationDetailsResponseDTO, required
    - `competentAuthority` 'ENGLAND' | 'NORTHERN_IRELAND' | 'OPRED' | 'SCOTLAND' | 'WALES', required
    - `commonName` string, required
    - `acronym` string, required
    - `legalName` string, required
    - `facilitator` UserBasicInfoDTO
      - `firstName` string
      - `lastName` string
    - `noticeServiceAddress` AddressDTO, required
      - `line1` string, required
      - `line2` string
      - `city` string, required
      - `county` string
      - `postcode` string, required
    - `energyIntensiveOrEPR` string, required
  - `editable` boolean

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

---

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