intuit partner platform - Does QBO v3 QueryService limit responses to 100 rows? Can I set a higher limit? -
I'm using QueryService to retrieve customer list is limited to a maximum of 100 lines, the number of rows .
Here is my code:
QueryService & lt; Intuit.pp.Data.Customer & gt; CustomerQueryService = New Query Service & lt; Intuit.ipp.Data.Customer & gt; (ServiceContext); & Lt; Intuit.Ipp.Data.Customer & gt; Customer = Customer Resource Service. (C => C) .Oolist (); How do I fix higher limits for the maximum number of returned rows?
A large number of institutions in response
A The maximum number of institutions that can be returned in response is 1000. If the size of the result is not specified, then the default number is 100. If a query returns to many organizations, then find institutions in the sections as described in the Surface. Using COUNT keywords in the query to determine the number of organizations that examine a particular query. See the calculation for details.
Comments
Post a Comment