---
title: "List current user's absences"
method: GET
path: "/v1/user/absences"
tags: ["User Absences"]
---

# List current user's absences

`GET /v1/user/absences`

## Query parameters

- `startDate` string
- `endDate` string
- `contractId` string
- `page` integer
- `limit` integer

## Response `200`

List of absences

- AbsenceList
  - `items` AbsenceDto[]
    - `id` string
    - `contractId` string
    - `member` Member
      - `uid` string
      - `firstname` string
      - `lastname` string
      - `email` string
      - `employeeId` string
      - `imageUrl` string
      - `deleted` boolean
      - `activity` Activity
        - `projectId` string
        - `projectTitle` string
        - `projectColor` integer
        - `taskId` string
        - `startDateTime` string
        - `endDateTime` string
        - `location` string
        - `running` boolean
      - `displayName` string
      - `initials` string
    - `absenceTypeId` string
    - `absenceType` AbsenceTypeDto
      - `id` string
      - `organizationId` string
      - `code` string
      - `i18nKey` string
      - `name` string
      - `descriptionI18nKey` string
      - `description` string
      - `color` integer
      - `icon` string
      - `paid` boolean
      - `requiresApproval` boolean
      - `requiresDocumentation` boolean
      - `documentationRequiredAfterDays` integer
      - `affectsOvertime` boolean
      - `deductsFromQuota` boolean
      - `maxConsecutiveDays` integer
      - `minNoticeDays` integer
      - `countryCode` string
      - `systemType` boolean
      - `active` boolean
      - `sortOrder` integer
      - `lastUpdate` integer
      - `created` integer
    - `startDateTime` string
    - `endDateTime` string
    - `fullDay` boolean
    - `totalDays` string, decimal
    - `totalHours` string, decimal
    - `reason` string
    - `documentationUrl` string
    - `fileName` string
    - `fileUri` string
    - `status` string
    - `requestedAt` integer
    - `requestedBy` string
    - `requestedByMember` Member
      - `uid` string
      - `firstname` string
      - `lastname` string
      - `email` string
      - `employeeId` string
      - `imageUrl` string
      - `deleted` boolean
      - `activity` Activity
        - `projectId` string
        - `projectTitle` string
        - `projectColor` integer
        - `taskId` string
        - `startDateTime` string
        - `endDateTime` string
        - `location` string
        - `running` boolean
      - `displayName` string
      - `initials` string
    - `approvedBy` string
    - `approvedAt` integer
    - `rejectionReason` string
    - `cancelledAt` integer
    - `cancelledBy` string
    - `cancellationReason` string
    - `canApprove` boolean
    - `canReject` boolean
    - `canCancel` boolean
    - `canEdit` boolean
    - `documentationStatus` string
    - `documentationDueDate` string
    - `lastUpdate` integer
    - `created` integer
  - `params` AbsenceListParams
    - `search` string
    - `sort` string
    - `order` string
    - `count` integer
    - `page` integer
    - `limit` integer
    - `organizationId` string
    - `contractId` string
    - `userId` string
    - `absenceTypeId` string
    - `status` string
    - `startDate` string
    - `endDate` string
    - `year` integer
    - `userIds` string[]
    - `contractIds` string[]
    - `statuses` string[]
    - `teamId` string
    - `teamIds` string[]
    - `excludeRejectedCancelled` boolean
    - `offset` integer

## Other responses

- `400` — Bad request
- `401` — Not authorized

---

[API](https://skmtc.net/timesheet/apis/timesheet-api.md) · [All operations](https://skmtc.net/timesheet/apis/timesheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timesheet/timesheet-api/revisions/fbe59bacb638/schema)
