I hvae a MethodAPISelect_DataSetV2 call to extract all data from the Contacts table to sync with an external system. I'm currently pulling 18 fields (including some custom ones). However, it's not returning all records. If I remove a field, it returns all data.
Does this function have some kind of limitation on the amount of data it returns?
I'm wondering if this is expected, since the API has no pagination capabilities.