---
title: "Get all open times"
method: GET
path: "/open_times"
tags: ["OpenTime"]
---

# Get all open times

`GET /open_times`

Returns all open times for a variation, employee and child

## Query parameters

- `employee_partner_id` string
- `employee_mytime_id` integer
- `variations_partner_id` string[]
- `variations_mytime_id` integer[]
- `child_partner_id` string
- `child_mytime_id` integer
- `location_partner_id` string
- `location_mytime_id` integer
- `date` string, required
- `is_existing_customer` boolean, required

## Headers

- `X-Subdomain` string

## Response `200`

Open Times response

- OpenTime[]
  - `min_price` number
  - `list_price` number
  - `begin_at` string
  - `end_at` string
  - `promoting` string
  - `employee_mytime_id` string
  - `location_mytime_id` string
  - `partner_id` integer

## Other responses

- `401` — Unauthorized
- `422` — Invalid parameters
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

[API](https://skmtc.net/mytime/apis/mytime-partners-api.md) · [All operations](https://skmtc.net/mytime/apis/mytime-partners-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mytime/mytime-partners-api/versions/65d3a27fcb1a/schema)
