---
title: "List contract templates"
method: GET
path: "/v1/organizations/{orgId}/contract-templates"
tags: ["Contract Templates"]
---

# List contract templates

`GET /v1/organizations/{orgId}/contract-templates`

## Path parameters

- `orgId` string, required

## Query parameters

- `sort` string
- `order` string
- `page` integer
- `limit` integer

## Response `200`

List of contract templates

- ContractTemplateList
  - `items` ContractTemplateDto[]
    - `id` string
    - `organizationId` string
    - `name` string
    - `description` string
    - `i18nKey` string
    - `workDays` string
    - `weeklyHours` number
    - `dailyHours` number
    - `breakMinutesRequired` integer
    - `breakThresholdMinutes` integer
    - `salaryType` string
    - `vacationDaysAnnual` number
    - `sickLeavePaidDays` integer
    - `employmentModelId` string
    - `holidayCollectionId` string
    - `countryCode` string
    - `systemTemplate` boolean
    - `active` boolean
    - `lastUpdate` integer
    - `created` integer
  - `params` ContractListParams
    - `search` string
    - `sort` string
    - `order` string
    - `count` integer
    - `page` integer
    - `limit` integer
    - `userId` string
    - `status` string
    - `offset` integer

## Other responses

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