Highlighted
- Mark as New
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-14-2017
11:57 AM
07-14-2017
11:57 AM
Missing REST API Accounts query
The SOAP documentation indicates the REST API should be used and that all methods are now represented, but I cannot find a way to list or query accounts.
Since accounts are tied into virturally every other resource, it is surprising to not be able to query for a list of accounts (by name, accountNumber, crmId, etc). Is the documentation missing or something?
1 REPLY 1
- Mark as New
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-14-2017
02:57 PM
07-14-2017
02:57 PM
Re: Missing REST API Accounts query
@ruffrey The REST API you are looking for is the "Query" API which has the same behavior as a Query in SOAP:
https://www.zuora.com/developer/api-reference/#operation/Action_POSTquery
Using this you can query for any object Zuora supports using ZOQL syntax.
Reply