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
3
votes
Sean Lennon
shared this idea
We will be looking to allow Analytics customers to download the SQL data to their own data lake or read the data from our storage directly in PowerBI