Get all documents in a collection WHERE book title eq a particular book in reader.reviews

GET {{base_doc_url}}{{doc_api}}/{{namespace}}/collections/{{collection}}?where={"reader.reviews.[*].book_title":{"$eq":"Moby%20Dick","$exists": true}}&fields=["reader.name","reader.reviews"]&page-size=6

Request Params

KeyDatatypeRequiredDescription
wherestring
fieldsstring
page-sizenumber

HEADERS

KeyDatatypeRequiredDescription
X-Cassandra-Tokenstring(Required) The token returned from the authorization endpoint. Use this token in each request to the database.
Content-Typestring

RESPONSES

status: Created

{"name":"killrvideo"}