GET api_v2/CloudServices/GetMyDiscByAccount?accountId={accountId}
Получить информацию по сервису "Мой диск" для аккаунта
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId | Id аккаунта |
Define this parameter in the request URI. |
Response Information
Информация по сервису "Мой диск" для аккаунта
Response body formats
application/xml, text/xml
Sample:
<Result> <FreeSizeOnDisk>1</FreeSizeOnDisk> <UsedSizeOnDisk>2</UsedSizeOnDisk> <PayedSize>3</PayedSize> <AvailableSize>4</AvailableSize> <ServerDataBaseSize>5</ServerDataBaseSize> <FileDataBaseSize>6</FileDataBaseSize> <ClinetFilesCalculateDate>2022-06-27T21:52:54.9618149+03:00</ClinetFilesCalculateDate> <ClientFilesSize>7</ClientFilesSize> <BillingInfo> <MonthlyCost>1</MonthlyCost> <CurrentTariffInGb>2</CurrentTariffInGb> </BillingInfo> </Result>
application/json, text/json
Sample:
{ "FreeSizeOnDisk": 1, "UsedSizeOnDisk": 2, "PayedSize": 3, "AvailableSize": 4, "ServerDataBaseSize": 5, "FileDataBaseSize": 6, "ClinetFilesCalculateDate": "2022-06-27T21:52:54.9618149+03:00", "ClientFilesSize": 7, "BillingInfo": { "MonthlyCost": 1.0, "CurrentTariffInGb": 2 } }