GET Utility/GetUrlDesc
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
url | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ShareUrlDescViewName | Description | Type | Additional information |
---|---|---|---|
type |
Тип внешней ссылки |
ShareUrlType |
None. |
typeStr |
Тип внешней ссылки (строковое зачение) |
string |
None. |
image |
Картинка, на которую ведет внешняя ссылка |
UploadedFileExtForm |
None. |
url |
Адрес внешней ссылки |
string |
None. |
uid |
Идентификатор блока описания внешней ссылки |
string |
None. |
title |
Заголовок в описании внешней ссылки |
string |
None. |
desc |
Описание внешней ссылки |
string |
None. |
without |
убрать картинки в описании внешней ссылки |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "type": 0, "typeStr": "url", "image": { "id": "sample string 1", "dataFileName": "sample string 2", "dataFileNameOriginal": "sample string 3", "dataFileSize": 4, "dataContentType": "sample string 5", "folderID": "sample string 6", "uploadTicket": "sample string 7", "sha1": "sample string 8", "object": { "preview": { "type": "sample string 1", "urls": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } }, "sha1": "sample string 1" }, "versions": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } }, "url": "sample string 1", "uid": "sample string 2", "title": "sample string 3", "desc": "sample string 4", "without": true }