Skip to main content
GET
Get a timesheet

Authorizations

Authorization
string
header
required

Access token obtained from /oauth/token. Pass as Authorization: Bearer {token}

Path Parameters

timesheet_id
string
required

The unique identifier of the timesheet to retrieve

Example:

"2240_11417925"

Response

A paginated envelope containing the single requested timesheet

__type
string

Internal type identifier

Example:

"SSJSON_API_PaginatedDataArray"

data
object[]

Array containing the single requested timesheet

pagination
object