The budget endpoints have been deprecated. Please use Object Budgets |
Returns the number of budgets on our deployment.
GET /budgets/count |
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. |
---|
GET /budgets/count.json |
{ "response" : { "count" : "265" }, "meta" : { "status" : "ok", "message" : "Everything executed as expected." } } |