Pagination for HIMSA SSO

All operations in the API that returns a list of objects returns the list result with pagination.

The amount of records returned within a single API request can be a maximum of 200 using a "take" query parameter.

Retrieving the next page is possible by setting "skip".

The returned collection will include "Size", which is the total number of records.

Take into account that elements might be added/removed/re-ordered in between fetching of each page. As default we sort chronologically ascending to reduce this risk.