---
title: "Gets the monthly online booking data between the specified dates"
method: GET
path: "/Dashboard/YoY/GetMonthlyOnlineBookings"
tags: ["Rest"]
---

# Gets the monthly online booking data between the specified dates

`GET /Dashboard/YoY/GetMonthlyOnlineBookings`

## Query parameters

- `requestModel.dateRange.start` string, date-time
- `requestModel.dateRange.end` string, date-time
- `requestModel.locationIds` integer[]
- `requestModel.accrual` boolean
- `requestModel.yearOverYear` boolean

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Response `200`

OK

- MindbodyApiModelsDashboardMonthlyData1SystemInt32MscorlibVersion4000CultureNeutralPublicKeyTokenB77a5c561934e089[]
  - `Value` integer
  - `Month` integer
  - `Year` integer

---

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