Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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. 

countunsigned intThe 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."
   }
}
  • No labels