Lead Describe Attributes Pagination
based on the documentation of this api i noticed that it returns a "moreResult" and "nextPagingToken" parameters.
we were attempting to test paginating over this api but this api doesn't honor a "batchSize" parameter, and it appearsa that calling this api does not return the "moreResult" or "nextPagingToken" params.
is this api guaranteed to return all the attributes? Or is pagination required, and if so why are the necessary pagination params not in the response.