Tempo Ideas

Welcome to Tempo’s Idea Portal! Your suggestions are valuable to us and help us make our products even better.
Below is a list of ideas for Tempo, so please search, review and vote for those that would help you the most. We encourage you to add an idea if you don’t see it listed. You can stay updated on the work we are doing here at Tempo by contributing to this page.
To learn more and see our Frequently Asked Questions, click here.

API total search result count, regardless of limit

We are polling the Tempo API to retrieve everyone's worklogs over a given sprint. This can easily be on the order of 1000-2000 worklogs, so it needs to be split up into multiple requests.


To do this efficiently, we'd like to do these requests concurrently by looking at how many results there are and then sending multiple requests at the same time for each page. However, the API does not return a total count. Instead, the metadata only returns how many objects are in the returned array.


So, the request is as such: The metadata returned by the API should contain a "total" count which gives the total amount of results (or pages, as based on the limit) so we can retrieve these pages concurrently. This would be much more efficient.

  • Guest
  • Feb 8 2023
Tempo Products Tempo Timesheets
  • Attach files