You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use summaryOnly=true in GET Contacts endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient.
22303
+
Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient.
22297
22304
</div>
22298
22305
</div>
22299
22306
</div>
@@ -25312,10 +25319,11 @@ <h3>Usage and SDK Samples</h3>
System.err.println("Exception when calling AccountingApi#getInvoices");
@@ -25578,6 +25586,26 @@ <h2>Parameters</h2>
25578
25586
</div>
25579
25587
</div>
25580
25588
</td>
25589
+
</tr>
25590
+
25591
+
<tr><td style="width:150px;">summaryOnly</td>
25592
+
<td>
25593
+
25594
+
25595
+
<div id="d2e199_getInvoices_summaryOnly">
25596
+
<div class="json-schema-view">
25597
+
<div class="primitive">
25598
+
<span class="type">
25599
+
Boolean
25600
+
</span>
25601
+
25602
+
<div class="inner description marked">
25603
+
Use summaryOnly=true in GET Contacts and Invoices endpoint to retrieve a smaller version of the response object. This returns only lightweight fields, excluding computation-heavy fields from the response, making the API calls quick and efficient.
Copy file name to clipboardExpand all lines: src/main/java/com/xero/api/client/AssetApi.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
* Xero Assets API
3
3
* The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
Copy file name to clipboardExpand all lines: src/main/java/com/xero/api/client/BankFeedsApi.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
* Xero Bank Feeds API
3
3
* The Bank Feeds API is a closed API that is only available to financial institutions that have an established financial services partnership with Xero. If you're an existing financial services partner that wants access, contact your local Partner Manager. If you're a financial institution who wants to provide bank feeds to your business customers, contact us to become a financial services partner.
0 commit comments