---
title: "Retrieves a list of sums based upon time entry records that you can approve which match the provided request."
method: POST
path: "/api/timeentry/eligible/employment/sums/request"
tags: ["TimeEntry"]
---

# Retrieves a list of sums based upon time entry records that you can approve which match the provided request.

`POST /api/timeentry/eligible/employment/sums/request`

## Request body

- IntectWebAPIControllersTimeEntryControllerTimeEntryRecordsRequest
  - `TimeEntryStatusIds` integer[]
  - `TimeEntryRecordIds` integer[]
  - `PeriodId` integer
  - `CycleId` integer
  - `EmploymentId` integer

## Response `200`

OK

- IntectBusinessLogicTimeEntryTimeEntryLogicTimeEntryRecordEmployeeSumsResult[]
  - `UserEmploymentId` integer
  - `FullName` string
  - `Days` number, double
  - `Hours` number, double
  - `ManagerName` string
  - `KilometersDriven` number, double
  - `DepartmentName` string
  - `Dimension1Value` string
  - `Dimension2Value` string
  - `Dimension3Value` string
  - `Title` string
  - `Template` 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)
