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

GET
Required Permissions: Any authenticated user.

Query parameters

userIdsstringOptionalformat: "uuid"

The ids of the users to get the project 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

userIdstringOptionalformat: "uuid"

The user id to which the time bookings belong.

timeBookingslist of objectsOptional

The list of time bookings of the user.

Built with