Resource URL
Returns the number of assets in your system.
GET /assets/count ANY /assets/count?_method=get
See the list assets for available filters that you can apply to the count endpoint like you do the list endpoint.
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 /assets/count.json
{ "response" : { "count" : "265" }, "meta" : { "status" : "ok", "message" : "Everything executed as expected." } }