GET api_v2/LaunchLinkInstruction/GetMountCloudDiskInfo?accountUserId={accountUserId}
Получить данные по маунтингу облачного диска на терминале.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountUserId | Номер пользователя. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountIndexNumber>1</AccountIndexNumber> <FileStoragePath>sample string 2</FileStoragePath> <ClientFileStorageFullPath>sample string 3</ClientFileStorageFullPath> </Result>
application/json, text/json
Sample:
{ "AccountIndexNumber": 1, "FileStoragePath": "sample string 2", "ClientFileStorageFullPath": "sample string 3" }