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
Key | Datatype | Required | Description |
---|---|---|---|
where | string | ||
fields | string | ||
page-size | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cassandra-Token | string | (Required) The token returned from the authorization endpoint. Use this token in each request to the database. | |
Content-Type | string |
RESPONSES
status: Created
{"name":"killrvideo"}