Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
R3.3.4
-
None
-
None
-
None
Description
The REST endpoint api/test (GET /rest/raven/1.0/api/test) may take too long to respond.
To improve this, a paginated version of this endpoint should be created to allow exporting the Tests in multiple smaller requests instead of using only one single large request.
- limit: Integer, max amount of Tests per paginated data (default: 10)
- page: Integer, page of paginated data (default: 1)