---
title: "List Location Linked Services"
method: GET
path: "/setup/v1/locations/{id}/services"
tags: ["Locations"]
---

# List Location Linked Services

`GET /setup/v1/locations/{id}/services`

Use this endpoint to return a list of **Location Linked Services**. A valid business **location id** is required. By default, there are no location linked services attached to a location. Refer to the: _POST /setup​/v1​/locations​/{id}​/services_ for details. The results are returned in pages. Use the offset and limit parameters to control the page start and number of results. Default offset is 0, limit is 20, max is 100. Use the query parameters to filter the results further.

## Path parameters

- `id` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

location service objects

- BusinessServiceListViewModel
  - `object` string, nullable
  - `url` string, nullable
  - `hasMore` boolean
  - `count` integer
  - `total` integer
  - `data` BusinessServiceViewModel[], nullable
    - `object` string, nullable
    - `id` integer
    - `serviceId` integer
    - `serviceName` string, nullable

## Other responses

- `400` — Missing or invalid values in the request
- `401` — Authorization error
- `404` — Location was not found

---

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