Details
-
Performance Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
R3.1.2
-
None
-
None
Description
As a system, the REST API (GET /rest/raven/1.0/api/testset/{testSetkey}/test) should return the list of Tests associated with a Test Set paginated.
To improve this, a paginated version of this endpoint should be created to allow getting the Tests of a Test Set 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, the page of paginated data (default: 1)