---
title: "Retrieves a business's closures for a given start and end date"
method: GET
path: "/Business/Closures"
tags: ["Rest"]
---

# Retrieves a business's closures for a given start and end date

`GET /Business/Closures`

## Query parameters

- `startDate` string, date-time, required
- `endDate` string, date-time, required

## Headers

- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsSubscribersBusinessClosuresControllerBusinessClosure — Represents a closure at the business
  - `StartDate` string, date-time — The start date of the business closure
  - `EndDate` string, date-time — The end date of the business closure
  - `Description` string — The description of the business closure
  - `ServiceCategories` integer[] — The service categories that the closure applies to. A value of 0 represents all service categories.

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