GET api/Folder/GetLiveFolderByStationId?stationId={stationId}
获取直播频道正在直播的栏目信息(包含此栏目对应的耍直播房间) 20161028
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| stationId |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}