Returns a list of project time bookings.

Required Permissions
Any authenticated user.

Headers

AuthorizationstringRequired

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

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

idUUIDOptional
createdOndatetimeOptional
createdByUUIDOptional
updatedOndatetimeOptional
updatedByUUIDOptional
userIdUUIDOptional

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

projectIdUUIDOptional

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

startDatedateOptional

The start date of the project time booking.

endDatedateOptional

The end date of the project time booking.

durationintegerOptional

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

descriptionstring or nullOptional

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.

isAnonymizedboolean or nullOptional

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