---
title: "A collection of all counties available for a company"
method: GET
path: "/v2/tier1/{shortName}/county/counties"
tags: ["CountyController"]
---

# A collection of all counties available for a company

`GET /v2/tier1/{shortName}/county/counties`

## Path parameters

- `shortName` string, required

## Query parameters

- `offset` integer, required
- `count` integer, required

## Response `200`

OK

- CountyModelResults — Holds results from a paged query returning CountyModel values
  - `Count` integer — The total number of results available for all pages
  - `Data` CountyModel[] — The resulting data returned from the paged query range
    - `ETag` string — A unique identifier defining the object and change revision.
    - `Name` string — The property county name.
    - `OID` string — The unique Object ID (OID).

---

[API](https://skmtc.net/letmc/apis/free-tier.md) · [All operations](https://skmtc.net/letmc/apis/free-tier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/letmc/free-tier/revisions/11b9a18b4f02/schema)
