Introduction of pagination in the CustomersGetAll API method
     

What will change?

Pagination will be introduced in the CustomersGetAll API method. This change will be implemented in December 2024.


Why do we make this change?

Pagination will be introduced to the API method to prevent possible performance issues in using this API method to retrieve all customers from CloudBilling.


How does this functionality work?

A pagination function will be introduced to the CustomersGetAll API method of CloudBilling. A maximum of 1000 customers per page will be set with the introduction of pagination. In order to retrieve more than these 1000 customers on the first page, the pagination function will have to be used in the API calls that are used by your organisation that include the CustomersGetAll API method.


How can you start using this functionality?

Pagination will be introduced to this API method in December 2024. Integrations that currently use the CustomersGetAll API method to retrieve customers from CloudBilling must be updated to use the function of pagination for this API method. More information on this specific function will be shared in the future.