---
title: "Gets all the available sessions for a client at a studio"
method: GET
path: "/Users/ClientSeries"
tags: ["Rest"]
---

# Gets all the available sessions for a client at a studio

`GET /Users/ClientSeries`

## Query parameters

- `clientId` string, required

## Headers

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

## Response `200`

OK

- MindbodyRestApiDtoModelsUsersClientSeries[]
  - `ID` integer — ID of the client series.
  - `ProductId` integer — ProductId of the series.
  - `Name` string — Name of the series.
  - `TotalSessions` integer — Total sessions the series is initially sold with.
  - `SessionsRemaining` integer — Sessions remaining on the client series.
  - `ActiveDate` string, date-time — Activation date of the client series.
  - `ExpirationDate` string, date-time — Expiration date of the client series.
  - `IsUnlimited` boolean — Represents whether or not this series has unlimited sessions.
  - `ProgramId` integer — ProgramId that the series can be used to pay for.
  - `SessionTypeIds` integer[] — List of session type ids that this series can be used to pay for.
  - `ProgramType` 'Class' | 'Appointment' | 'Enrollment' | 'Media' | 'Resource' | 'Arrival' — Program type that this series can be used to pay for.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[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)
