zuora-soap API provides ZOQL through query() and returns query results in that response itself.
I am looking for the same feature in zuora REST API. But it supports executing query through "export" or "batch-query" api. Those API allows me to fetch the query results through another request using either by exportId or batchJobId.
But I am interested to received the query results in single request similar to zuora-soap. Is there any feature available in zuora REST API