The Object Query API contains GET operations that allow you to query objects in your Zuora tenant in an efficient, consistent, and flexible manner.
With the expand[]
and filter[]
query parameters, you have the flexibility to retrieve related object information in a single call and define the returned response that best suits your needs.
You can also use the fields[]
query parameter to define which fields are returned in the response for a given object.
The sort[]
query parameter allows you to sort the results in ascending or descending order based on the specified field.
These parameters are case-insensitive matching.
For more comprehensive introduction to these fields and the Object Queries limitations, see Expand, filter, fields, and sort.
For filterable, expandable, and sortable fields on each object, refer to the Query Parameters section for each API operation.
Note: The Object Query API is in the Early Adopter phase. We are actively soliciting feedback from a small set of early adopters before releasing it as generally available.