---
title: "Gets class instance details for the given instance."
method: GET
path: "/Business/Schedules/Classes"
tags: ["Rest"]
---

# Gets class instance details for the given instance.

`GET /Business/Schedules/Classes`

## Query parameters

- `classInstanceId` integer, required

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsSiteSchedulesClassInstance — Represents a class instance for a specific site.
  - `ClassInstanceId` integer — Class instance unique identifier
  - `ContentFormats` string[] — Indicates what content format is configured for the class's type (Program).
  - `LiveStreamLink` string — The meeting link for the instance of the livestreamed class.
  - `TimeZoneId` string — Time zone unique identifier for the class.

## Other responses

- `401` — Unauthorized
- `404` — NotFound

---

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