Defining a query
The desired query is passed to the endpoint as a JSON object in the body of the request.
The ComplexQueryRequest object
The ComplexQueryRequest object encapsulates the desired query and is passed as a JSON object in the body of the request.
The ComplexQueryResponse object
The results of a query are returned in a ComplexQueryResponse object.
Last modified: 5 months ago