Help

Api Returning Fields in Differrent Order

Topic Labels: API
1910 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Larry_Price
6 - Interface Innovator
6 - Interface Innovator

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?

0 Replies 0