---
title: "Gets a list of all time entry types belonging to the currently active company. Note that this method exposes the company's raw time entry types, so if inheritance is disabled then most properties will be null. Translations and base time entry type are included in the response."
method: GET
path: "/api/timeentrytypes/raw"
tags: ["TimeEntryTypes"]
---

# Gets a list of all time entry types belonging to the currently active company. Note that this method exposes the company's raw time entry types, so if inheritance is disabled then most properties will be null. Translations and base time entry type are included in the response.

`GET /api/timeentrytypes/raw`

## Query parameters

- `isReimbursable` boolean

## Response `200`

OK

- IntectTimeEntryType[]
  - `Id` integer
  - `BaseTimeEntryTypeId` integer, nullable
  - `CompanyId` integer, nullable
  - `Name` string
  - `Description` string
  - `IsActive` boolean, nullable
  - `UnitTypeId` integer, nullable
  - `ExternalReference` string
  - `SortOrder` integer, nullable
  - `DefaultPayslipText` string
  - `AllowEditUnitType` boolean, nullable
  - `IsIllness` boolean, nullable
  - `InternalReferenceId` integer, nullable
  - `Identifier` string
  - `StatisticsFieldCode` string
  - `MandatoryDescription` boolean, nullable
  - `IsReimbursable` boolean, nullable
  - `BaseTimeEntryType` IntectTimeEntryType — recursive
  - `TimeEntryTypeTranslations` IntectTimeEntryTypeTranslation[]
    - `Id` integer
    - `TimeEntryTypeId` integer
    - `LanguageId` integer
    - `Name` string
    - `Description` string
    - `DefaultPayslipText` string
    - `StatusId` integer
    - `Comment` string
  - `TimeEntryTypeConfigurations` IntectTimeEntryTypeConfiguration[]
    - `Id` integer
    - `TimeEntryTypeId` integer
    - `SalaryTypeId` integer
    - `Description` string
    - `Amount` number, double, nullable
    - `AmountPerUnit` number, double, nullable
    - `AppliesBefore` string, nullable
    - `AppliesAfter` string, nullable
    - `AppliesHolidays` boolean
    - `AmountPerKilometer` number, double, nullable
    - `EmploymentTemplateId` integer, nullable
    - `TargetUnitTypeId` integer, nullable
    - `ConversionFactor` number, double, nullable
    - `UserEmploymentId` integer, nullable
    - `AppliesSaturdays` boolean
    - `AppliesSundays` boolean
    - `UseDefaultRate` boolean
    - `ConversionFactorAffectsRate` boolean
    - `LegacyFlexEarningPercentage` number, double, nullable
    - `NewFlexEarningPercentage` number, double, nullable
    - `PensionPercentage` number, double, nullable
    - `AppliesMondays` boolean
    - `AppliesTuesdays` boolean
    - `AppliesWednesdays` boolean
    - `AppliesThursdays` boolean
    - `AppliesFridays` boolean
    - `LimitToDepartmentId` integer, nullable
    - `LimitToDimension1ValueId` integer, nullable
    - `LimitToDimension2ValueId` integer, nullable
    - `LimitToDimension3ValueId` integer, nullable
    - `PensionPercentageEmployee` number, double, nullable
    - `SeniorityMonthsFrom` integer, nullable
    - `SeniorityMonthsLessThan` integer, nullable
  - `TimeEntryTypeCountryMappings` IntectTimeEntryTypeCountryMapping[]
    - `Id` integer
    - `BaseTimeEntryTypeId` integer
    - `CountryId` integer
    - `TimeEntryType` IntectTimeEntryType — recursive

---

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