Find
List records from specified collection
Finds database records. You can pass projection to return record fields you care about. Also, you can include referenced collections to have all that information in one place.
Ensure that your Project Id and API Key are correct
Ensure that your Service user holds enough permissions to query database collection.
If you use more than one database, please provide ClusterId; otherwise, the default database will be used.
GET - Gets all records from Collection "Companies."
POST - Gets all records from Collection "Companies" where company code is equal to "123"
Check the docs on how to form projections, filters, sorting, paging. Check the docs on how to use references.
Last updated