---
title: "Retrieves a paginated dropdown list of companies. Admins see all companies; non-admins see only companies from projects they are a member of."
method: GET
path: "/api/Company/Lookup"
tags: ["Company"]
---

# Retrieves a paginated dropdown list of companies. Admins see all companies; non-admins see only companies from projects they are a member of.

`GET /api/Company/Lookup`

## Query parameters

- `pageSize` integer
- `pageNumber` integer
- `search` string

## Response `200`

Returns a paginated list of minimal company records (ID and name).

- CompanyDropdownList — Paginated list of minimal company records for dropdown/autocomplete use.
  - `Companies` CompanyMinimal[] — The list of minimal company records for the current page.
    - `CompanyID` integer — The unique identifier of the company.
    - `CompanyName` string — The display name of the company.
  - `TotalCount` integer — Total number of companies matching the query.
  - `PageNumber` integer — The current page number (1-based).
  - `PageSize` integer — The number of results per page.

---

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