API endpoints for data analytics
Current API endpoints are not useful for data analytics purposes. For example /api/v1/deskBookings requires either deskId or userId
So to get all desk bookings per day in order to analyse who is booking desks where, you have to write a process to get all deskids and then loop through them one by one, appending the results.
It would be better to have endpoint which provides all desk bookings, with optional parameters as filters.
This feedback would apply to pretty much every GET endpoint in the API

Due to the large number of historical requests, we are closing some suggested ideas so that we can focus on more recent and popular ones. This item was closed because it was over two years old and had less than 5 votes. If you still feel your idea is important and should be rereviewed please feel free to create a new UserVoice submission.