Returns a list of time bookings.
Required Permissions
Any authenticated user.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number for pagination
pageSize
Number of items per page
orderby
The properties to order by
filterby
The filter expression to filter by
Response
OK
id
createdOn
createdBy
updatedOn
updatedBy
userId
The id of the user this time booking is for.
projectId
(optional) The id of the project this time booking is for.
startDate
The start date of the time booking.
endDate
The end date of the time booking.
duration
The planned duration, expressed in seconds, of this time booking.
description
The optional description for this time booking.
laneOrder
The order in which this object should be shown in the timeline (row number). Used by the awork web app.
isAnonymized
This will be true if the user doesn’t have access to the project. In that case the description will be shadowed.