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

# Get Linked Service

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

Use this endpoint to **Get a Linked Service**. A valid **locationService id** is required.

## Path parameters

- `id` string, required

## Response `200`

location service objects

- BusinessServiceViewModel
  - `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)
