Resource URL
Returns the number of rates on the deployment.
Code Block | ||
---|---|---|
| ||
GET /rates/count ANY /rates/count?_method=get |
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
paramater parameter; see included examples.
count | unsigned int | The total number of objects found at the end of the resource. |
---|
...