---
title: "Retrieve Category by category ids"
method: GET
path: "/Business/Subcategories"
tags: ["Rest"]
---

# Retrieve Category by category ids

`GET /Business/Subcategories`

## Query parameters

- `categoryIds` integer[]

## Headers

- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsBusinessGetCategoriesResponse[]
  - `Categories` MindbodyRestApiCommonModelsResultsClassCategoryClassCategory[] — Category results
    - `VerticalId` integer
    - `VerticalName` string
    - `Categories` MindbodyRestApiCommonModelsResultsClassCategoryCategory[]
      - `Id` integer
      - `Name` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized

---

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