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

<Check title="Required Permissions">Any authenticated user.</Check>

Headers

AuthorizationstringRequired

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

Query parameters

userIdslist of stringsOptional
The ids of the users to get the time bookings for.
intervalStartstringRequiredformat: "date"
The start of the interval to filter by.
intervalEndstringRequiredformat: "date"
The end of the interval to filter by.

Response

OK
userIdstring or nullformat: "uuid"
The user id to which the time bookings belong.
timeBookingslist of objects or null
The list of time bookings of the user.