The following macros are not currently supported in the header:
- style
GET /quotes/count
Resource URLÂ
Returns the number of quotes on the deployment.
GET /quotes/count
For getting a filtered count. Please see: GET /quotes.
Handling the response
Below is a table of available response fields and objects that are returned within the response object of the returned object.
count | unsigned int | The total number of objects found at the end of the resource. |
---|
Sample Response
GET /quotes/count.json
{ "response" : { "count" : "25" }, "meta" : { "status" : "ok", "message" : "Everything executed as expected." } }