---
title: "Gets the sales data by category for the specified month"
method: GET
path: "/Dashboard/ByCategory/GetTotalSales"
tags: ["Rest"]
---

# Gets the sales data by category for the specified month

`GET /Dashboard/ByCategory/GetTotalSales`

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

- object

---

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