---
title: "Gets a list of timesheets that belong to the specified resource"
method: GET
path: "/v1/resources/{resourceId}/timesheets"
tags: ["Timesheets"]
---

# Gets a list of timesheets that belong to the specified resource

`GET /v1/resources/{resourceId}/timesheets`

Retrieve a paged list of timesheets for a resource (required scope resources:read)

## Path parameters

- `resourceId` integer, required

## Query parameters

- `startAtDate` string, date-time
- `endAtDate` string, date-time
- `status` 'unsigned' | 'signed' | 'queried' | 'rejected' | 'approved' | 'paid' — The status of a resource timesheet.<p>Possible values:</p><ul><li><b>unsigned</b>: The timesheet has not yet been signed by the resource.</li><li><b>signed</b>: The timesheet has been signed by the resource.</li><li><b>queried</b>: The timesheet has been queried and requires review.</li><li><b>rejected</b>: The timesheet has been rejected.</li><li><b>approved</b>: The timesheet has been approved.</li><li><b>paid</b>: The timesheet has been paid.</li></ul>
- `pageNumber` integer
- `pageSize` integer

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- PagedResponseReadTimesheetModel — A paged collection of items
  - `items` ReadTimesheetModel[] — The items returned for the requested page
    - `id` integer — The unique identifier associated with the timesheet
    - `startedAt` string, date-time — The date and time the resource clocked in
    - `endedAt` string, date-time, nullable — The date and time the resource clocked out. Null if the resource has not yet clocked out
    - `status` 'unsigned' | 'signed' | 'queried' | 'rejected' | 'approved' | 'paid' — The status of a resource timesheet.<p>Possible values:</p><ul><li><b>unsigned</b>: The timesheet has not yet been signed by the resource.</li><li><b>signed</b>: The timesheet has been signed by the resource.</li><li><b>queried</b>: The timesheet has been queried and requires review.</li><li><b>rejected</b>: The timesheet has been rejected.</li><li><b>approved</b>: The timesheet has been approved.</li><li><b>paid</b>: The timesheet has been paid.</li></ul>
    - `totalHours` number, double — The total number of hours worked. Zero if the resource has not yet clocked out
    - `createdAt` string, date-time
    - `updatedAt` string, date-time — The date and time the timesheet was last updated
  - `pageNumber` integer — The page number of the response where 1 is the first page
  - `pageSize` integer — The number of items requested for the current page
  - `pageItemCount` integer — The number of items returned in the current page

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
