Skip to main content
GET
List Time Entries

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

employeeId
string<uuid>
projectId
string<uuid>

Filter by project ID

from
string<date>
to
string<date>
employeeStatus
enum<string>
default:active
Available options:
active,
inactive
limit
integer

Limit results

page
integer

Request a specific page

Response

200 - application/json

Array of Objects

data
object[]
meta
object