Returns the project time bookings in a specified time range for a list of users.

Required Permissions
Any authenticated user.

Headers

AuthorizationstringRequired

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

Query parameters

userIdslist of UUIDsOptional

The ids of the users to get the project time bookings for.

intervalStartdateRequired

The start of the interval to filter by.

intervalEnddateRequired

The end of the interval to filter by.

Response

OK

userIdUUIDOptional

The user id to which the time bookings belong.

timeBookingslist of objectsOptional

The list of time bookings of the user.