GET api_v2/Accounts/Count
Get all accounts count
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <Count>1</Count> </Result>
application/json, text/json
Sample:
{ "Count": 1 }