Migrate GET group/…/tests

This endpoint has been retained, with some changes.

Overview

Endpoint Response
Current GET /api/2/group/{group}/tests 2.0 Group
Target GET /api/2.1.1/group/{group}/tests 2.1.1 Group

Changes

The call is paginated, which is controlled through the resultStart and resultSize request parameters.

Furthermore, the result can optionally be filtered by specifying a query request parameter.

The response of the call returns a list of test objects in the tests field. In API 2, these test objects only had an id and title, but in 2.1.1 many more properties are included. The title is replaced by name.