GET api_v2/AccountDatabases/Count?accountId={accountId}
Returns database count in specific account scope
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <Count>1</Count> </Result>
application/json, text/json
Sample:
{ "Count": 1 }