Details
-
Suggestion
-
Status: Not Being Considered
-
Resolution: Won't Do
-
None
-
None
-
None
-
-
21
Description
The REST endpoint api/test/
{key}/testruns (GET /rest/raven/1.0/api/test/{key}/testruns) may take too long to respond.
To improve this, a paginated version of this endpoint should be created to allow exporting the Test Runs in multiple smaller requests instead of using only one single large request.
limit: Integer, max amount of Test Runs per paginated data (default: 10)
page: Integer, page of paginated data (default: 1)