---
title: "List company structure nodes"
method: GET
path: "/v1/employments/{employment_id}/company-structure-nodes"
tags: ["Org Structure"]
---

# List company structure nodes

`GET /v1/employments/{employment_id}/company-structure-nodes`

Shows all the company structure nodes of an employment.


## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage company resources (`company_admin`) | View company structure (`company_structure:read`) | - |

## Path parameters

- `employment_id` string, required

## Response `200`

Success

- CompanyStructureNodesResponse
  - `data` object, required
    - `company_structure_nodes` CompanyStructureNode[], required
      - `attributes` object — Arbitrary attributes including legal entity code
      - `company_structure` object
        - `id` string, uuid
        - `name` string
      - `id` string, uuid, required
      - `parent` object, nullable
        - `attributes` object — Arbitrary attributes including cost_center
        - `id` string, uuid
        - `name` string

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
