Forum Discussion

ChrisAnderson's avatar
ChrisAnderson
Qrew Member
4 years ago

API Record Limits In Python

We seem to be limited to only getting 500 records at a time on our API calls.
Any suggestions?

api = qb.QuickBaseApiClient(user_token='TOKEN'realm_hostname='companyname.quickbase.com')
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
------------------------------

2 Replies