---
title: "List Timesheetentries"
method: GET
path: "/hris/timesheetentries"
tags: ["hris/timesheetentries"]
---

# List Timesheetentries

`GET /hris/timesheetentries`

## Query parameters

- `remote_data` boolean
- `limit` number
- `cursor` string

## Headers

- `x-connection-token` string, required

## Response `200`

- object
  - `prev_cursor` string, nullable, required
  - `next_cursor` string, nullable, required
  - `data` object[], required
    - `hours_worked` number, nullable — The number of hours worked
    - `start_time` string, date-time, nullable — The start time of the timesheet entry
    - `end_time` string, date-time, nullable — The end time of the timesheet entry
    - `employee_id` string, nullable — The UUID of the associated employee
    - `remote_was_deleted` boolean — Indicates if the timesheet entry was deleted in the remote system
    - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
    - `id` string, nullable — The UUID of the timesheet entry record
    - `remote_id` string, nullable — The remote ID of the timesheet entry
    - `remote_created_at` string, date-time, nullable — The date when the timesheet entry was created in the remote system
    - `created_at` string, date-time — The created date of the timesheet entry
    - `modified_at` string, date-time — The last modified date of the timesheet entry
    - `remote_data` object, nullable — The remote data of the timesheet entry in the context of the 3rd Party

## Changes

- **2024-09-05** `5ba5c769e2e1` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was added
- **2024-09-03** `8f398d57935f` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was removed
- **2024-08-13** `6c3a1da2bdc9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/panoratech/apis/panora-api/changes/hris/timesheetentries/get.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/panoratech/apis/panora-api/revisions/634ca9b624aa?raw)
