The following macros are not currently supported in the header:
  • style

Count Assets

Under Construction

The assets endpoints and documentation is still under construction.

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."
   }
}