---
title: "List offices of the legal entity"
method: GET
path: "/v2/companies/{companyId}/legal-entities/{legalEntityId}/offices"
tags: ["Offices"]
---

# List offices of the legal entity

`GET /v2/companies/{companyId}/legal-entities/{legalEntityId}/offices`

This endpoint list offices of given legal entity. If externalId is provided in query param, the office 
having the externalId is fetched.

## Query parameters

- `externalId` string

## Response `200`

OK

- ArrayOfReference
  - `length` integer
  - `elements` Reference[] — List of references containing id and name.
    - `id` string, uuid, required
    - `name` string
  - `totalNumResults` integer — Total number of results

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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