Use query to request information from an object. This call returns 100 rows.
QueryResult=query(queryString)
The argument is as shown in the following table. For information on the field types, see Field Types.
This call sends a query expression specifying the object to query, the fields to retrieve from that object, and any filters for determining whether a given object should be queried. Zuora has a SQL-like query language you can use to construct those queries, passing them through the queryString.
Once the call is made, the API executes the query against the specified object and returns a query response object to your application. Your application can then iterate through rows in the query response to retrieve information.
For information on constructing queries, see Zuora Object Query Language.
Copyright © 2008-2009 Zuora, Inc.