The request takes a parameter range_start
and another range_length
. The response object contains a totalRecords
integer.
We should make 1 request of a small number of entities (1000 or so), read the number of total records, and then parallelise getting all the rest.