GET api_v2/AccountDatabases/FindByDatabaseFilePath?accountId={accountId}&connectionString={connectionString}
Returns database ID in scope of specific account by 1C file path
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId |
Define this parameter in the request URI. |
|
connectionString |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountDatabaseID>b13d6c9c-0634-4aae-8bf7-4210efc2dc11</AccountDatabaseID> </Result>
application/json, text/json
Sample:
{ "AccountDatabaseID": "b13d6c9c-0634-4aae-8bf7-4210efc2dc11" }