You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am retrieving records from the prospects table. My prospects table has more than 80 columns. A weird behavior happening is that my api calls will return 200 records with different number of fields, depending on where the offset is. For example, my first call with parameters sort_by = id and offset=0 returns 200 records with 82 fields, while another call with parameters sort_by=id and offset=20000 returns 200 records with 67 columns. Why is this happening and how can I avoid it? Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I am retrieving records from the prospects table. My prospects table has more than 80 columns. A weird behavior happening is that my api calls will return 200 records with different number of fields, depending on where the offset is. For example, my first call with parameters
sort_by = id
andoffset=0
returns 200 records with 82 fields, while another call with parameterssort_by=id
andoffset=20000
returns 200 records with 67 columns. Why is this happening and how can I avoid it? Thank you!The text was updated successfully, but these errors were encountered: