Get document WHERE firstname EQ Janet/Joey/Martha/JanetLee OR weights.type="bench press" or "squat"
GET {{base_url}}{{base_doc_api}}/{{namespace}}/collections/{{collection}}?where={"firstname":{"$eq":"{{user1}}"}}&fields=["firstname", "lastname","weights"]
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
where | string | Get document where firstname = Janet | |
where | string | Get document where firstname = Joseph | |
where | string | Get document where firstname = Martha | |
where | string | ||
where | string | ||
fields | string |
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"}