Skip to main content
POST
Fetch Timesheet

Authorizations

Authorization
string
header
required

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

Body

application/json

Request payload to fetch timesheet. Either userId or teamId must be provided. Both cannot be empty.

startDate
string<date-time>
required
Example:

"2026-02-08 00:00:00"

endDate
string<date-time>
required
Example:

"2026-02-08 23:59:59"

timeZone
string
required

IANA timezone of the requester

Example:

"Asia/Kolkata"

userId
string<uuid>[]
required

List of user UUIDs to fetch screenshots for

offset
integer

Page number for pagination (1-based). Defaults to 1.

Required range: x >= 1
Example:

1

teamId
string<uuid>[]

List of team UUIDs to fetch screenshots for

Example:

Response

Fetched timesheet successfully.

statusCode
integer
Example:

200

statusMessage
string
Example:

"Fetched timesheet successfully"

error
unknown
response
object