There are some titbits that help to make your experience with API BaaS collections easy and faster.
GET <baas_app_name>/stores { "UUID":"sasasdxxx" "name":"store_ID_1", "store_name":"ABC", "region:": "AP" .. }, { "UUID":"erdfdfccvxxx" "name":"store_ID_2", "store_name":"EFG", "region:": "EU" .. }
GET <baas_app_name>/stores/<value_of_name> For example, using the above collection, we can use GET <baas_app_name>/stores/store_ID_1 to retrieve the entity { "UUID":"sasasdxxx" "name":"store_ID_1", "store_name":"ABC", "region:": "AP" .. }
GET <baas_app_name>/stores?select * where name="store_ID_1"
How can i know if a property in the entity is full text indexed? 1 Answer
Apigee BaaS Javascript SDK, How to retrieve all collection names ? 1 Answer
i am not able to delete collection through shell 2 Answers
How to retrieve all entities in one collection using android sdk 0 Answers
Is there a way to query a collection for entities that do not contain an attribute? 2 Answers