---
title: "Get the aviation account with the provided id"
method: GET
path: "/v1.0/aviation/account/{id}"
tags: ["Aviation account view"]
---

# Get the aviation account with the provided id

`GET /v1.0/aviation/account/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- AviationAccountEmpDTO
  - `aviationAccount` AviationAccountDTO
    - `id` integer
    - `accountType` 'INSTALLATION' | 'AVIATION', required
    - `name` string, required
    - `emitterId` string
    - `emissionTradingScheme` 'UK_ETS_INSTALLATIONS' | 'EU_ETS_INSTALLATIONS' | 'UK_ETS_AVIATION' | 'CORSIA', required
    - `competentAuthority` 'ENGLAND' | 'NORTHERN_IRELAND' | 'OPRED' | 'SCOTLAND' | 'WALES', required
    - `commencementDate` string, date, required
    - `legalEntity` LegalEntityDTO
      - `id` integer
      - `type` 'LIMITED_COMPANY' | 'PARTNERSHIP' | 'SOLE_TRADER' | 'OTHER'
      - `name` string
      - `referenceNumber` string
      - `noReferenceNumberReason` string
      - `address` AddressDTO
        - `line1` string, required
        - `line2` string
        - `city` string, required
        - `country` string, required
        - `postcode` string, required
      - `holdingCompany` HoldingCompanyDTO
        - `name` string, required
        - `registrationNumber` string
        - `address` HoldingCompanyAddressDTO, required
          - `line1` string, required
          - `line2` string
          - `city` string, required
          - `postcode` string, required
    - `location` union
      - LocationDTO
        - `type` 'ONSHORE' | 'OFFSHORE' | 'ONSHORE_STATE', required
      - LocationOffShoreDTO
        - `type` 'ONSHORE' | 'OFFSHORE' | 'ONSHORE_STATE', required
        - `latitude` CoordinatesDTO, required
          - `degree` integer, required
          - `minute` integer, required
          - `second` number, double, required
          - `cardinalDirection` 'EAST' | 'NORTH' | 'SOUTH' | 'WEST', required
        - `longitude` CoordinatesDTO, required
          - `degree` integer, required
          - `minute` integer, required
          - `second` number, double, required
          - `cardinalDirection` 'EAST' | 'NORTH' | 'SOUTH' | 'WEST', required
      - LocationOnShoreDTO
        - `type` 'ONSHORE' | 'OFFSHORE' | 'ONSHORE_STATE', required
        - `gridReference` string, required
        - `address` AddressDTO, required
          - `line1` string, required
          - `line2` string
          - `city` string, required
          - `country` string, required
          - `postcode` string, required
      - LocationOnShoreStateDTO
        - `type` 'ONSHORE' | 'OFFSHORE' | 'ONSHORE_STATE', required
        - `line1` string, required
        - `line2` string
        - `city` string, required
        - `state` string
        - `postcode` string
        - `country` string, required
    - `acceptedDate` string, date-time
    - `sopId` integer
    - `registryId` integer
    - `verificationBodyId` integer
    - `status` 'NEW' | 'LIVE' | 'CLOSED'
    - `crcoCode` string
    - `closureReason` string
    - `closedByName` string
    - `closingDate` string, date-time
  - `emp` EmpDetailsDTO
    - `id` string
    - `empAttachments` object
    - `fileDocument` FileInfoDTO
      - `name` string
      - `uuid` string

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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