---
title: "Get's the summary data for the given criteria"
method: GET
path: "/Dashboard/Summary"
tags: ["Rest"]
---

# Get's the summary data for the given criteria

`GET /Dashboard/Summary`

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

- MindbodyApiModelsDashboardSummaryData — Dashboard Summary Data
  - `Total` number, double — The total amount of sales
  - `LastMonthTotal` number, double — The total percent changes in sales
  - `TotalGraph` number[] — The total plot data
  - `Products` number, double — The total amount of product sales
  - `LastMonthProducts` number, double — The total percent changes in product sales
  - `ProductsGraph` number[] — The total plot data
  - `NewContracts` integer — The total amount of new contract sales
  - `LastMonthNewContracts` integer — The total percent changes in new contract sales
  - `NewContractsGraph` integer[] — The total plot data
  - `OnlineBookings` integer — The total amount of online booking sales
  - `LastMonthOnlineBookings` integer — The total percent changes in online booking sales
  - `OnlineBookingsGraph` integer[] — The total plot data
  - `Attendance` integer — The total amount of attendance sales
  - `LastMonthAttendance` integer — The total percent changes in attendance sales
  - `AttendanceGraph` integer[] — The total plot data
  - `FirstVisits` integer — The total amount of first visit sales
  - `LastMonthFirstVisits` integer — The total percent changes in first visit sales
  - `FirstVisitsGraph` integer[] — The total plot data for first visits
  - `ComparisonDateRangeStart` string — The date range start used for comparing summary totals
  - `ComparisonDateRangeEnd` string — The date range end used for comparing summary totals

---

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