All top-level API resources have support for bulk fetches through “GET” API methods (list type). For example, you can Get all deals, Get all MCA applications, GET all accounts. These list API methods share a common structure and accept, at a minimum, the following two parameters: page, and size.
page indicates page number for pagination (default = 0, 1st page)
size indicates page size for pagination (default = 10 i.e 10 elements per page)
