---
title: "GET /api/services/app/Workday/GetWorkdayInfos"
method: GET
path: "/api/services/app/Workday/GetWorkdayInfos"
tags: ["Workday"]
---

# GET /api/services/app/Workday/GetWorkdayInfos

`GET /api/services/app/Workday/GetWorkdayInfos`

## Query parameters

- `StartDate` string, date-time
- `EndDate` string, date-time
- `CountDay` integer
- `IdClinicArea` integer
- `IdDoctor` integer
- `IdGroupDoctorLevel` integer
- `IdClinic` integer

## Response `200`

Success

- WorkdayInfoDto[]
  - `date` string, date-time
  - `year` integer
  - `month` integer
  - `day` integer
  - `dayOfWeek` string, nullable
  - `shortDayOfWeek` string, nullable
  - `isToday` boolean
  - `isWork` boolean
  - `isHoliday` boolean
  - `holidayName` string, nullable
  - `shifts` ShiftInfoDto[], nullable
    - `id` integer
    - `name` string, nullable
    - `fromTime` string, nullable
    - `toTime` string, nullable
    - `fromDateTime` string, date-time
    - `toDateTime` string, date-time
    - `stopTime` string, date-time

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
