Get row with WHERE clause (EQ, CONTAINS, CONTAINSKEY, CONTAINSENTRY) for collections, tuples, UDTs
GET {{base_rest_url}}{{rest_api}}/{{rkeyspace}}/{{rtable}}?where={"favorite_books":{"$contains":"Emma"}}&fields=firstname,favorite_books
{{baseurl}}/v2/keyspaces/userskeyspace/users?where={firstname
:{$eq
:Mookie
}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
where | string | GET SET item match | |
where | string | GET LIST item match | |
where | string | GET MAP KEY match | |
where | string | GET MAP VALUE match | |
where | string | GET MAP ENTRY match | |
where | string | GET TUPLE match | |
where | string | GET UDT match | |
fields | string | Specifiy fields to return |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cassandra-Token | string | ||
Content-Type | string |