GET /Quotes
Servers
- https://api.xero.com/api.xro/2.0
Request headers
Name | Type | Required | Description |
---|---|---|---|
If-Modified-Since |
String | No |
Only records created or modified since this timestamp will be returned |
xero-tenant-id |
String | Yes |
Xero identifier for Tenant |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
ContactID |
String | No |
Filter for quotes belonging to a particular contact |
page |
Integer | No |
e.g. page=1 – Up to 100 Quotes will be returned in a single API call with line items shown for each quote |
DateFrom |
String | No |
Filter for quotes after a particular date |
order |
String | No |
Order by an any element |
ExpiryDateFrom |
String | No |
Filter for quotes expiring after a particular date |
Status |
String | No |
Filter for quotes of a particular Status |
ExpiryDateTo |
String | No |
Filter for quotes before a particular date |
DateTo |
String | No |
Filter for quotes before a particular date |
QuoteNumber |
String | No |
Filter by quote number (e.g. GET https://.../Quotes?QuoteNumber=QU-0001) |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.