---
title: "getSchedulesV1"
method: GET
path: "/employee/v1/getSchedules"
tags: ["Employee Service"]
---

# getSchedulesV1

`GET /employee/v1/getSchedules`

List schedules of employees.

## Query parameters

- `includeNull` boolean
- `locationCode` string, required
- `minutesSinceUpdate` integer
- `startDate` string, required

## Headers

- `authenticationtoken` string, required
- `password` string
- `sitename` string, required
- `userid` string
- `X-B3-TraceId` string

## Response `200`

Success

- ScheduleDto[]
  - `employeeNumber` string — The Employee Number for the scheduled employee/shift.
  - `employeePosCode` string — The POS Code for the scheduled employee/shift.
  - `endDatetime` string, date-time — The End Date & Time for the employee's scheduled shift.
  - `laborDate` string — The Labor Date for the schedule.
  - `locationCode` string — The Code for the Location associated with the schedule.
  - `positionCode` string — The Position Code for the scheduled employee/shift.
  - `positionName` string — The Position Name for the scheduled employee/shift.
  - `startDatetime` string, date-time — The Start Date & Time for the employee's scheduled shift.

## Other responses

- `400` — Validation Error
- `401` — Authorization
- `404` — Employee Not Found
- `429` — Too Many Requests
- `500` — Unexpected Error
- `504` — Timeout

---

[API](https://skmtc.net/crunchtime/apis/inventory-labor.md) · [All operations](https://skmtc.net/crunchtime/apis/inventory-labor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchtime/inventory-labor/revisions/0af8e380ff2c/schema)
