---
title: "Find locations"
method: GET
path: "/locations"
tags: ["Location API:Locations"]
---

# Find locations

`GET /locations`

## Query parameters

- `LocationId` integer[]
- `Embed` FindLocationsEmbed[]

## Response `200`

List of locations

- LocationListRepresentation
  - `items` LocationModel[], nullable
    - `locationId` integer, required
    - `name` string, required
    - `areas` LocationAreaModel[], nullable
      - `areaId` integer, required
      - `name` string, required
  - `links` ModelLinks
    - `self` string, uri, nullable

---

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