Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resource URLĀ 

Returns the number of rates on the deploymentassets in your system.

Code Block
languagebash
GET /assets/count
ANY /assets/count?_method=get

...

Code Block
languagebash
GET /ratesassets/count.json
Code Block
languagejavascript
{
   "response" : {
      "count" : "265"
   },
   "meta" : {
      "status" : "ok",
      "message" : "Everything executed as expected."
   }
}