---
title: "List all locations"
method: GET
path: "/hris/{connection_id}/location"
tags: ["hris", "location"]
---

# List all locations

`GET /hris/{connection_id}/location`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `company_id` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- HrisLocation[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `description` string
  - `address` PropertyHrisLocationAddress
    - `address1` string
    - `address2` string
    - `city` string
    - `region` string
    - `region_code` string
    - `postal_code` string
    - `country` string
    - `country_code` string
  - `parent_id` string
  - `external_identifier` string
  - `telephones` HrisTelephone[]
    - `telephone` string, required
    - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
  - `timezone` string
  - `currency` string
  - `language_locale` string
  - `is_active` boolean
  - `is_hq` boolean
  - `company_id` string
  - `raw` object

---

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