---
title: "Retrieve the class session registrations of a guest"
method: GET
path: "/api/Appointments/Admin/Sessions"
---

# Retrieve the class session registrations of a guest

`GET /api/Appointments/Admin/Sessions`

This API helps you to retrieve the list of class sessions for which the specified guest has registered.

You must provide the appropriate details in the API request for the `user_id` parameter. Optionally, you can also specify the required details in the API request for several other parameters to filter the search results in the API response. Refer to the **Request Parameters** table for more information.

## Query parameters

- `UserId` string, required
- `startDate` string, date
- `endDate` string, date
- `CenterId` string
- `ClassType` integer
- `page` integer
- `size` integer
- `sorters` object
- `filters` boolean

## Response `200`

200

## Other responses

- `400` — 400

---

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