Returns a list of project time bookings.

GET
Required Permissions: Any authenticated user.

Query parameters

pageintegerOptionalDefaults to 1

Page number for pagination

pageSizeintegerOptionalDefaults to 10

Number of items per page

orderbystringOptional

The properties to order by

filterbystringOptional

The filter expression to filter by

Response

OK

idstringOptional
createdOndatetimeOptional
createdBystringOptional
updatedOndatetimeOptional
updatedBystringOptional
userIdstringOptional

The id of the user this project time booking is for.

projectIdstringOptional

The id of the project this project time booking is for.

startDatestringOptional

The start date of the project time booking.

endDatestringOptional

The end date of the project time booking.

durationintegerOptional

The planned duration, expressed in seconds, of this project time booking.

descriptionstringOptional

The optional description for this project time booking.

laneOrderintegerOptional

The order in which this object should be shown in the timeline (row number). Used by the awork web app.

isAnonymizedbooleanOptional

This will be true if the user doesn’t have access to the project. In that case the description will be shadowed.