---
title: "Get all TimeEntryTypeConfigurations for the current company."
method: GET
path: "/api/timeentrytypes/configurations"
tags: ["TimeEntryTypes"]
---

# Get all TimeEntryTypeConfigurations for the current company.

`GET /api/timeentrytypes/configurations`

## Response `200`

OK

- 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

---

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