---
title: "GET /api/services/app/CompDay/Get"
method: GET
path: "/api/services/app/CompDay/Get"
tags: ["CompDay"]
---

# GET /api/services/app/CompDay/Get

`GET /api/services/app/CompDay/Get`

## Query parameters

- `Id` integer

## Response `200`

Success

- CompDayDto
  - `id` integer
  - `creationTime` string, date-time
  - `creatorUserId` integer, nullable
  - `lastModificationTime` string, date-time, nullable
  - `lastModifierUserId` integer, nullable
  - `name` string, nullable
  - `holidayType` 0 | 1 | 2
  - `holidayTypeName` string, nullable
  - `isRecurring` boolean
  - `startDate` string, date-time
  - `endDate` string, date-time
  - `desc` string, nullable

---

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