---
title: "Gets a list of all effective time entry types relevant for the currently active company, excluding hidden and inactive ones. The result is the final values after accounting for inheritance (if any)."
method: GET
path: "/api/timeentrytypes"
tags: ["TimeEntryTypes"]
---

# Gets a list of all effective time entry types relevant for the currently active company, excluding hidden and inactive ones. The result is the final values after accounting for inheritance (if any).

`GET /api/timeentrytypes`

## Response `200`

OK

- IntectTimeEntryTypeView[]
  - `TimeEntryTypeId` integer
  - `BaseTimeEntryTypeId` integer, nullable
  - `CompanyId` integer
  - `LanguageId` integer
  - `Name` string
  - `Description` string
  - `DefaultPayslipText` string
  - `IsActive` boolean
  - `UnitTypeId` integer, nullable
  - `ExternalReference` string
  - `SortOrder` integer
  - `AllowEditUnitType` boolean
  - `IsIllness` boolean
  - `SalaryTypeId` integer, nullable
  - `SalaryTypeName` string
  - `Identifier` string
  - `BaseName` string
  - `BaseDescription` string
  - `BasePayslipText` string
  - `RequireDescription` boolean
  - `StatisticsFieldCode` string

---

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