---
title: "Get Linked Calendar"
method: GET
path: "/setup/v1/services/{id}/calendar"
tags: ["Services"]
---

# Get Linked Calendar

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

Use this endpoint to **Get the Linked Calendar** for the service requested. A valid **service id** is required. A service can only be linked to one calendar in a location.

## Path parameters

- `id` string, required

## Query parameters

- `locationId` string

## Response `200`

Success

- ServiceCalendarViewModel
  - `id` string, nullable
  - `locationId` string, nullable
  - `calendarId` string, nullable
  - `calendarName` string, nullable
  - `serviceId` string, nullable
  - `serviceName` string, nullable

---

[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/revisions/c5c023458a2f/schema)
