Reputation: 127
QuickBooks Online only supports retrieving 1000 results of a query as per https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/020_key_concepts/00300_query_operations. Currently I am specifying toDate and fromDate parameters to get around this. Is there any other way to get around this?
Upvotes: 1
Views: 311
Reputation: 1484
You need to use pagination to traverse the full record set: https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/020_key_concepts/00300_query_operations/0100_key_topics#Pagination
Upvotes: 2