The following macros are not currently supported in the header:
- style
GET /contacts/count
Only available in v0.2.x
The following endpoint is currently unavailable. It will be released in version 1.2.x with the mobile applications.
Resource URLÂ
GET /contacts/count
Handling the response
Below is a table of available response fields and objects that are returned within the response object of the returned object. The optional fields and objects can be requested in the _fields
 parameter; see included example.
count | unsigned int | The total number of objects found at the end of the resource. |
---|
Sample Response
GET /contacts/count.json
{ "response" : { "count" : "265" }, "meta" : { "status" : "ok", "message" : "Everything executed as expected." } }