Skip to main content
GET
List all timesheets

Authorizations

Authorization
string
header
required

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

Query Parameters

dateFrom
string<date>

Filter timesheets on or after this date (YYYY-MM-DD). Defaults to today if not provided.

Example:

"2026-04-01"

dateTo
string<date>

Filter timesheets up to and including this date (YYYY-MM-DD). If not provided, no upper date limit is applied.

Example:

"2026-04-30"

page
integer

The page number to return. Defaults to 1.

Required range: x >= 1
Example:

1

pageSize
integer

The number of records per page. Defaults to the system default page size if not provided.

Required range: x >= 1
Example:

200

Response

A paginated list of timesheets

__type
string

Internal type identifier

Example:

"SSJSON_API_PaginatedDataArray"

data
object[]

The list of timesheets for the current page

pagination
object