retrieve data
Number of APIs: 3
-
Get record for user using primary key in path GET {{base_rest_url}}{{rest_api}}/{{rkeyspace}}/{{rtable}}/:id?compactMapData=true
-
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
-
Get row using partition key only GET {{base_rest_url}}{{rest_api}}/{{rkeyspace}}/{{rtable}}/:partitionKey