---
title: "Finds tab information for a site."
method: GET
path: "/Subscribers/Tabs"
tags: ["Rest"]
---

# Finds tab information for a site.

`GET /Subscribers/Tabs`

## Query parameters

- `request.includeConsumerTabs` boolean
- `request.includeBusinessTabs` boolean
- `request.includeSystemTabs` boolean

## Headers

- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsSubscribersTabsControllerGetTabsResponse — Response to the request to GetTabs.
  - `Tabs` MindbodyRestApiDtoModelsSubscribersTab[] — Resulting tab list
    - `TabId` integer — Tab unique identifier
    - `ConsumerModeName` string — Tab name in consumer/client mode
    - `SortOrder` integer — Sort order, if any, of the tab
    - `IsReservation` boolean — Whether the tab is for classes or not
    - `IsEnrollment` boolean — Whether the tab is for enrollments or not
    - `IsAppointment` boolean — Whether the tab is for appointments or not
    - `TypeGroupIds` integer[] — List that corresponds to the type groups that the tab is associated with
    - `TabData` string — Additional tab data

---

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