Query Items
Executes a pre-built query to retrieve item data from QuickBooks. Supports filtering by name, modification date range, and active status.
Authorizations
Use your app's API_KEY as the username, and leave the password blank
Path Parameters
ID of the connection to use for the query
Query Parameters
A custom ID that can be used to identify the request and response. This could be your local ID for the request.
"1"
If true, QuBe Sync will automatically handle the QBXML iteration until all records are returned. Each page of results will have its own request record and webhook. The id and webhook_url will be the same across each page request, and there will also be page_request_id, page values to distinguish pages from each other.
true
Maximum number of results to return
List of fields for QuickBooks to include in the response. Full list of possible values at https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop/itemquery
FullName, ListID, etc Filter items by name (case-insensitive). Not usable with other filters.
Filter items by list ID. Not usable with other filters.
Filter items with names starting from this value (use with to_name for range)
Filter items with names starting to this value (use with from_name for range)
Filter items with names starting with this value (case-insensitive, exclusive with other name filters)
Filter items with names containing this value (case-insensitive, exclusive with other name filters)
Filter items with names ending with this value (case-insensitive, exclusive with other name filters)
Filter items modified after this date/time (ISO 8601 format)
Filter items modified before this date/time (ISO 8601 format)
Filter items by active status
ActiveOnly, InactiveOnly, All Optional URL to receive a webhook when the request is completed
Response
Query accepted and queued for processing. Returns a queued request object.

