---
title: "Get Approved Timesheet"
method: GET
path: "/v1/timesheets/{id}"
tags: ["Timesheets"]
---

# Get Approved Timesheet

`GET /v1/timesheets/{id}`

Returns details about the specified approved timesheet.

## Path parameters

- `id` string, required

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Response `200`

The approved timesheet details.

- TimeSheet
  - `id` integer — The identifier for the timesheet.
  - `placementId` integer — The identifier for the placement. It allows the timesheet to be correlated with the talent to whom the time belongs.
  - `placementExtensionID` integer — The identifier for the placement extension.
  - `companyId` integer — The identifier for the company.
  - `companyName` string — The name of the company.
  - `weekWorked` string, date-time — The week ending date. This is just a date stamp, no time should be included.
  - `savedTime` string, date-time — The date and time when the first time entry was saved for the timesheet.
  - `savedBy` string — The name of the user who saved the first time entry for the timesheet.
  - `submittedTime` string, date-time — The date and time when the timesheet was submitted.
  - `submittedBy` string — The name of the user who submitted the timesheet.
  - `approvedTime` string, date-time — The date and time when the timesheet was submitted.
  - `approvedBy` string — The name of the user who approved the timesheet.
  - `dailyTime` TimeEntry[] — A list of time entries and their details.
    - `dayWorked` string, date-time — The date for the time entry. This should be just a date stamp. No time should be included.
    - `payCode` string — The pay code. One of REG (regular time), OT (overtime), DT (double-time).
    - `payUnit` number — The number of pay units for the time entry. Usually units are hours.
    - `billUnit` number — The number of bill units for the time entry. Usually units are hours.
    - `payRate` number — The corresponding placement pay rate for the time entry. Could be regular, overtime or double-time pay rate, depending on the paycode.
    - `billRate` number — The corresponding placement bill rate for the time entry. Could be regular, overtime or double-time bill rate, depending on the paycode.
    - `timeIn` string — The start time of the day.
    - `timeOut` string — The end time of the day.
    - `breakIn` string — The break start time.
    - `breakOut` string — The break end time.
    - `timeInDateTime` string, date-time — The start time in full date-time format with time in 24-hour clock time.
    - `timeOutDateTime` string, date-time — The end time in full date-time format with time in 24-hour clock time.
    - `breakStartDateTime` string, date-time — The break start time in full date-time format with time in 24-hour clock time.
    - `breakEndDateTime` string, date-time — The break end time in full date-time format with time in 24-hour clock time.
    - `leaveTypeId` integer — The identifier for the leave type.
    - `dayPayId` integer — The identifier for the day pay timesheets.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
