Counting Objects

Counting objects.

It is possible to send a request to return the number of objects in a collection.

Example

To count the number of objects in a collection:
curl -X POST \
  -H "X-Appery-Database-Id: 544a5cdfe4b03d005b6233b9" \
  -H "Content-Type: application/json" \
  -d '{"count":1}' \
  https://api.appery.io/rest/1/db/collections/todo/query