---
title: "POST /timeman.record.list"
method: POST
path: "/timeman.record.list"
tags: ["timeman"]
---

# POST /timeman.record.list

`POST /timeman.record.list`

## Request body

- object
  - `filter` unknown[]
    - unknown
  - `select` string[]
  - `order` object
    - `id` string
    - `userId` string
    - `startTime` string
    - `endTime` string
    - `duration` string
  - `pagination` object
    - `page` integer
    - `limit` integer
    - `offset` integer

## Response `200`

Success response

- object
  - `result` BitrixTimemanRecorddto[]
    - `id` integer
    - `userId` integer
    - `startTime` string, date-time
    - `endTime` string, date-time
    - `duration` integer
    - `breakLength` integer
    - `state` BitrixTimemanRecordstatedto
      - `status` string
      - `recommendedCloseTime` integer
    - `isApproved` boolean

## Changes

- **2026-06-24** `22d960f00876` — 1 info
  - added the optional property `result/items/state/recommendedCloseTime` to the response with the `200` status
- **2026-03-18** `555e9f0892a0` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bitrix24/apis/bitrix24-rest-v3-api/changes/timeman.record.list/post.md)

---

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