GET object_budgets/count
The following macros are not currently supported in the header:
  • style

GET object_budgets/count

Resource URL 

Returns the number of object budgets on the deployment.

GET /object_budgets/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 examples.

count

unsigned int

The total number of objects found at the end of the resource.

Sample Response

GET /object_budgets/count.json
{ "response" : { "count" : "32432" }, "meta" : { "status" : "ok", "message" : "Everything executed as expected." } }