JBJB
7 years agoQrew Trainee
QuickBase API- QID + range of records
Hi there
So i utilized Alteryx to download/upload/delete data from QuickBase. Im working on building a tool for cohearts that will allow them to download quickbase data via api and speiicfying the QID. I have one report that i'm testing, i can't get it to download due to the 200mb rule.
Is there anyway to do the qid then also send an API command to do like
&query='3'.GTE.'[record_range_start])'}AND{'3'.LTE.'[record_range_end])'}
So then lets say it figures out it needs to do 5 batches ( 0-3000,3001-6000,etc), it will do the above query + qid 5 times so that it all gets unioned together to have the total records.
So i utilized Alteryx to download/upload/delete data from QuickBase. Im working on building a tool for cohearts that will allow them to download quickbase data via api and speiicfying the QID. I have one report that i'm testing, i can't get it to download due to the 200mb rule.
Is there anyway to do the qid then also send an API command to do like
&query='3'.GTE.'[record_range_start])'}AND{'3'.LTE.'[record_range_end])'}
So then lets say it figures out it needs to do 5 batches ( 0-3000,3001-6000,etc), it will do the above query + qid 5 times so that it all gets unioned together to have the total records.