Skip to main content

So, I’m using multiple api calls to generate a complete list of records for basic reporting in Google Sheets.


Here’s the basic set up of arguments:

Call 1

?view=someView&fields=x&fields=y&fields=z


Call 2

?view=someView&fields=x&fields=y&fields=z&offset=offsetValue


In the view I’m experimenting with, I only have 180 records, so two calls gets it done. My problem is that the first call returns fields in order x, y, z; however, the second call returns fields in order y, x, z.


Does anyone know why this might be happening?

Be the first to reply!

Reply