retrieve data

Number of APIs: 3

  1. Get record for user using primary key in path GET {{base_rest_url}}{{rest_api}}/{{rkeyspace}}/{{rtable}}/:id?compactMapData=true

  2. 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

  3. Get row using partition key only GET {{base_rest_url}}{{rest_api}}/{{rkeyspace}}/{{rtable}}/:partitionKey