---
title: "Retrieve the session registrations of a center"
method: GET
path: "/Appointments/Sessions/40747?SessionId={session_id}&StatusString={StatusString}"
---

# Retrieve the session registrations of a center

`GET /Appointments/Sessions/40747?SessionId={session_id}&StatusString={StatusString}`

This API helps you to retrieve the list of class session registrations in the specified center.

You must provide the appropriate details in the API request for the `session_id` parameter. Optionally, you can also specify the required details in the API request for the `StatusString` parameter to filter the search results by registration status in the API response. Refer to the **Request Parameters** table for more information.

## Query parameters

- `session_id` integer, required
- `StatusString` ''

## Response `200`

200

- object
  - `results` object[]
    - `UserId` string
    - `SessionFK` integer
    - `SessionId` integer
    - `RegistrationPK` integer
    - `RegistrationId` integer
    - `indicators` string
    - `Name` string
    - `LogData` string
    - `Email` string
    - `Mobile` string
    - `PaymentType` string
    - `PaymentSource` string
    - `BalanceBalance` integer
    - `BookedFrom` string
    - `IsFree` boolean
    - `IsFromWaitlist` boolean
    - `status` integer
    - `invoiceId` string
    - `AppGroupId` string
    - `registrationdt` string
    - `notes` unknown
    - `UserCode` string
    - `RedemptionType` unknown
    - `SortOrder` integer
    - `LastUpdated` string
  - `Error` unknown

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