GET api_v2/AccountDatabases/GetServerName?accountDatabaseId={accountDatabaseId}
Returns 1C server name
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountDatabaseId |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <ServerName>sample string 1</ServerName> </Result>
application/json, text/json
Sample:
{ "ServerName": "sample string 1" }