Is there an easy way to get the number of items per app using the API?
Response needed:
Appname1 + Number orf records
Appname2 + Number of records
1 Like
Hi @knobel,
thanks for sharing your issue.
The easiest way to achieve that right now would be to run two API requests, to retrieve records for an app and limit to 1 (for minimum load and thereby maximum speed) - the result will include a total
which reflects the total count of records in the respective app.
It would require two API requests in your case (you could run them in parallel though).
Would that solve your problem?
Cheers
Tim
1 Like