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.
I think it's misdocumented. The ability to return 300+ attributes means it isn't paginated using any typical Marketo page lengths.