GET api_v2/AccountDatabases/GetLocalAccountDatabases?accountID={accountID}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountID | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <List> <ID>7bb05cc3-2e8d-4a59-a534-fe4aeb8ab7e9</ID> <AccountID>1e0b7970-98f5-41b2-b0ab-c9a9f38a724b</AccountID> <Caption>sample string 3</Caption> <Platform>Undefined</Platform> <FilePath>sample string 4</FilePath> <ServerName>sample string 5</ServerName> <SqlName>sample string 6</SqlName> <IsFile>true</IsFile> <Launch>Auto</Launch> </List> <List> <ID>7bb05cc3-2e8d-4a59-a534-fe4aeb8ab7e9</ID> <AccountID>1e0b7970-98f5-41b2-b0ab-c9a9f38a724b</AccountID> <Caption>sample string 3</Caption> <Platform>Undefined</Platform> <FilePath>sample string 4</FilePath> <ServerName>sample string 5</ServerName> <SqlName>sample string 6</SqlName> <IsFile>true</IsFile> <Launch>Auto</Launch> </List> <List> <ID>7bb05cc3-2e8d-4a59-a534-fe4aeb8ab7e9</ID> <AccountID>1e0b7970-98f5-41b2-b0ab-c9a9f38a724b</AccountID> <Caption>sample string 3</Caption> <Platform>Undefined</Platform> <FilePath>sample string 4</FilePath> <ServerName>sample string 5</ServerName> <SqlName>sample string 6</SqlName> <IsFile>true</IsFile> <Launch>Auto</Launch> </List> </Result>
application/json, text/json
Sample:
{ "List": [ { "ID": "7bb05cc3-2e8d-4a59-a534-fe4aeb8ab7e9", "AccountID": "1e0b7970-98f5-41b2-b0ab-c9a9f38a724b", "Caption": "sample string 3", "Platform": 0, "FilePath": "sample string 4", "ServerName": "sample string 5", "SqlName": "sample string 6", "IsFile": true, "Launch": 0 }, { "ID": "7bb05cc3-2e8d-4a59-a534-fe4aeb8ab7e9", "AccountID": "1e0b7970-98f5-41b2-b0ab-c9a9f38a724b", "Caption": "sample string 3", "Platform": 0, "FilePath": "sample string 4", "ServerName": "sample string 5", "SqlName": "sample string 6", "IsFile": true, "Launch": 0 }, { "ID": "7bb05cc3-2e8d-4a59-a534-fe4aeb8ab7e9", "AccountID": "1e0b7970-98f5-41b2-b0ab-c9a9f38a724b", "Caption": "sample string 3", "Platform": 0, "FilePath": "sample string 4", "ServerName": "sample string 5", "SqlName": "sample string 6", "IsFile": true, "Launch": 0 } ] }