Skip to main content
POST
Fetch Timeline

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 the activity timeline for a day. 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 timeline 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 timeline for

Response

Fetched timeline successfully.

statusCode
integer
Example:

200

statusMessage
string
Example:

"Fetched timeline successfully"

error
unknown
response
object