---
title: "Get timesheets"
method: GET
path: "/placements/{placementId}/timesheets"
tags: ["Placement API:Timesheets"]
---

# Get timesheets

`GET /placements/{placementId}/timesheets`

## Path parameters

- `placementId` integer, required

## Query parameters

- `period` string[]

## Response `200`

List of timesheets for the specified placement

- PlacementTimesheetListRepresentation
  - `items` PlacementTimesheetModel[], nullable
    - `period` DateRangeModel
      - `start` string, date, required
      - `end` string, date, required
    - `createdAt` string, date-time, nullable
    - `submittedAt` string, date-time, nullable
    - `approvedAt` string, date-time, nullable
    - `approvedBy` PlacementTimesheetApproverModel
      - `firstName` string, nullable — First name
      - `lastName` string, nullable — Last name
      - `position` string, nullable — Position or job title
      - `email` string, nullable — Primary email address
      - `phone` string, nullable — Phone number
      - `mobile` string, nullable — Mobile/cell number
    - `entries` PlacementTimesheetEntryModel[], nullable
      - `date` string, date
      - `type` 'Time' | 'Hours' | 'Days', string, required

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
