ChrisAnderson
5 years agoQrew Member
API Record Limits In Python
We seem to be limited to only getting 500 records at a time on our API calls.
Any suggestions?
------------------------------
Chris Anderson
------------------------------
Any suggestions?
response = api.query(
table_id='bmhgaf4uj',
fields_to_select=["35", " 34", "26", "3", "1", "2" ],
where_str=where_str_var,
sort_by=[3]
)
data = response.json()
------------------------------
Chris Anderson
------------------------------