Manager 10.2.0-3 Release Notes

NOVEMBER 26, 2020

GET Project API improvement

The GET Project API released in 10.2.0-2 was by default, returning the first 100 objects if pagination parameters were not defined. This has been fixed to return ALL data if parameters are not defined.

Parameter Required

Description

pageSize N

To define how many projects each page returns.

By default, if pagination is not specified in the request, the response returns all data.

You can specify custom number (up to 999) for this parameter

page N

To define which page will be returned.

By default, the first page returns but you can specify any page number to retrieve objects.