Planned for
Pagination of the collection Extension endpoint
With this change we'll be introducing pagination to the collection endpoints for the Extension entities:
/spaces/:spaceId/extensions/spaces/:spaceId/environments/:envId/extensions
Right now calling the collection endpoint will always use unmodifiable skip and limit parameters set to 0, the API will ignore them and return an Array of all Extension entities in an environment. This behavior is incorrect and inconsistent with the rest of collection endpoints.
After the change is released only the first page of results will be returned. Further pages can be queried using standard skip and limit query string parameters as described in Search Parameters reference.