GET Pexels/videoRelated?id={id}
获取相关作品
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
作品ID |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
ApiResultModelOfListOfrelatedListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | CodeEnum |
None. |
|
| Msg | string |
None. |
|
| Result | Collection of relatedListModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"Msg": "sample string 1",
"Result": [
{
"id": 1,
"title": "sample string 2",
"tags": "sample string 3",
"workType": 4,
"width": 5,
"height": 6,
"imgSmall": "sample string 7",
"videoRegular": "sample string 8"
},
{
"id": 1,
"title": "sample string 2",
"tags": "sample string 3",
"workType": 4,
"width": 5,
"height": 6,
"imgSmall": "sample string 7",
"videoRegular": "sample string 8"
}
]
}