Versions Compared

Key

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

...

Note
titleUnder Construction

The assets endpoints and documentation is still under construction.

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