v1

latestOpenAPI 3.0.12026-07-243124341009.5 KB
Timesheets

Get Approved Timesheet

Returns details about the specified approved timesheet.

get/v1/timesheets/{id}

Path parameters

idstring required

The identifier for the approved timesheet to be retrieved.

Headers

RequestIdstring uuid

The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.

Unique request identifier (UUID) used to correlate request data with log entries and events.

FrontOfficeTenantIdinteger

An integer identifier for the tenant that the request is being made for. Required when Tenant header is not provided.

Tenantstring

Tenant company code that determines data access scope during the request. Required when FrontOfficeTenantId header is not provided.

Response

The approved timesheet details.

idinteger

The identifier for the timesheet.

placementIdinteger

The identifier for the placement. It allows the timesheet to be correlated with the talent to whom the time belongs.

placementExtensionIDinteger

The identifier for the placement extension.

companyIdinteger

The identifier for the company.

companyNamestring

The name of the company.

weekWorkedstring date-time

The week ending date. This is just a date stamp, no time should be included.

savedTimestring date-time

The date and time when the first time entry was saved for the timesheet.

savedBystring

The name of the user who saved the first time entry for the timesheet.

submittedTimestring date-time

The date and time when the timesheet was submitted.

submittedBystring

The name of the user who submitted the timesheet.

approvedTimestring date-time

The date and time when the timesheet was submitted.

approvedBystring

The name of the user who approved the timesheet.