---
title: "Finds and returns all of the Services for the current subscriber."
method: GET
path: "/Products/ScheduledProducts/Services"
tags: ["Rest"]
---

# Finds and returns all of the Services for the current subscriber.

`GET /Products/ScheduledProducts/Services`

## Headers

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

## Response `200`

OK

- MindbodyRestApiDtoModelsSiteScheduledProductsService[]
  - `ProductId` number, double — The Product Id for the Service.
  - `Description` string — The Description for the Service.
  - `UnitPrice` number, double — The UnitPrice for the Service.
  - `Count` integer — The Count for the Service.
  - `Duration` integer — The Duration for the Service.
  - `Deleted` boolean — Whether the Service has been deleted or not.
  - `Discontinued` boolean — Whether the Service has been discontinued or not.

## Other responses

- `401` — Unauthorized
- `404` — NotFound

---

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