Help

Airtable API in Google Appscript (specifically using offset)

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

So, I’m not overly familiar with APIs in general. Nor am I ver familiar with handling JSON objects in appscript, so this could be a problem with the way I am calling the API or the way I handling the JSON Object.

I’m trying to return my various views so I can design some basic reporting. Since the API record limit is 100, I’m going to need to use the offset. This is where I’m having trouble. If the original call returns an offset on any data set that would return over 100 records, how do I use that offset in my next call?

1 Reply 1
Larry_Price
6 - Interface Innovator
6 - Interface Innovator

I got it. I just wasn’t returning the offset value from the JSON Object.