Queries the information about a share link anonymously.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /v2/share_link/get_by_anonymous HTTP/1.1
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| body | object | No | The request parameters. | |
| share_id | string | Yes | The share ID. |
Response parameters
Examples
Sample success responses
JSONformat
{
"creator_id": "c9b7a5aa04d14ae3867fdc886fa01da4",
"creator_name": "AB***CD",
"creator_phone": "136****00",
"expiration": "2020-08-20T06:51:27.292Z",
"updated_at": "2019-08-20T06:51:27.292Z",
"avatar": "https://aliyunpds.com/a.jpg",
"share_name": "",
"preview_count": 80,
"save_count": 2,
"download_count": 50,
"report_count": 0,
"video_preview_count": 5,
"access_count": 30,
"disable_preview": false,
"disable_save": false,
"disable_download": false,
"preview_limit": 100,
"save_limit": 100,
"download_limit": 100,
"save_download_limit": 200,
"has_pwd": true
}Error codes
For a list of error codes, visit the Service error codes.
