getPlayListById
作用:獲取單條用戶播放視頻列表信息
URL
http://v.polyv.net/uc/services/rest?method=getPlayListById
支持格式
XML/JSON
HTTP請求方式
POST,GET
請求數限制
TRUE
請求參數
必選 類型及范圍 說明
readtoken ture string 用戶讀取的鑰匙
id ture string 播放列表ID
format false string 默認返回json格式,如果format=xml返回xml格式
jsonp false string 例如,正常情況{error:0,data:""},加 jsonp=a后返回a({error:0,data:""})
注意事項
返回錯誤列表
返回error狀態:0無錯誤,1找不到writetoken關聯的user,2文件為空或者writetoken為空,3提交的json名字JSONRPC為null,4提交文件格式不正確,5readtoken為空,6分頁輸入出錯,7vid不能為空,8找不到方法名
返回結果
<xml>
<error>0</error>
<data>
<video>
<title>"水滸"</title>
<thumbnail>"http://v.polyv.net/uimage/3/3BGEYCaPIV/8/5023c201b9cb4e88d5b9e9c55ab21cc8_0.jpg" </thumbnail>
<tag>"水滸水滸,新水滸"</tag>
<lmodify>"2011-08-30 22:28:33"</lmodify>
<describ>"水滸,新水滸"</describ>
<ptime>"2011-08-09 10:43:22"</ptime>
<videoid>"1312857802546"</videoid>
<video_count>"3"</video_count>
<videolist>
<video>
<title>"pet"</title>
<thumbnail>"http://v.polyv.net/uimage/3/3BGEYCaPIV/f/062270d93b4d6d8fcdbed33bbf111f1f_0.jpg"</thumbnail>
<tag>""</tag>
<lmodify>"2011-08-31 10:00:00"</lmodify>
<describ>""</describ>
</video>
<video>
<title>"人人網 - 話題 1"</title>
<thumbnail>"http://v.polyv.net/uimage/3/3BGEYCaPIV/a/44ca2c730649f2249f1834f76c656cca_0.jpg"</thumbnail>
<tag>""</tag>
<lmodify>"2011-08-31 10:00:00"</lmodify>
<describ>""</describ>
</video>
<video>
<title>"人人網 - 分享 2"</title>
<thumbnail>"http://v.polyv.net/uimage/3/3BGEYCaPIV/7/4a0cde1a7664f87346b2b525e6627227_0.jpg"</thumbnail>
<tag>""</tag>
<lmodify>"2011-08-31 10:00:00"</lmodify>
<describ>""</describ>
</video>
</videolist>
</video>
</data>
</xml>
JSON示例
{"error":"0", "data":
[{
"title":"水滸",
"thumbnail":"http://v.polyv.net/uimage/3/3BGEYCaPIV/8/5023c201b9cb4e88d5b9e9c55ab21cc8_0.jpg",
"tag":"水滸水滸,新水滸",
"lmodify":"2011-08-30 22:28:33",
"describ":"水滸,新水滸",
"ptime":"2011-08-09 10:43:22",
"videoid":"1312857802546",
"video_count":"3",
"videolist":
[{
"title":"pet",
"thumbnail":"http://v.polyv.net/uimage/3/3BGEYCaPIV/f/062270d93b4d6d8fcdbed33bbf111f1f_0.jpg",
"tag":"",
"lmodify":"2011-08-31 10:00:00",
"describ":""
},{
"title":"人人網 - 話題 1",
"thumbnail":"http://v.polyv.net/uimage/3/3BGEYCaPIV/a/44ca2c730649f2249f1834f76c656cca_0.jpg",
"tag":"",
"lmodify":"2011-08-31 10:00:00",
"describ":""
},{
"title":"人人網 - 分享 2",
"thumbnail":"http://v.polyv.net/uimage/3/3BGEYCaPIV/7/4a0cde1a7664f87346b2b525e6627227_0.jpg",
"tag":"",
"lmodify":"2011-08-31 10:00:00",
"describ":""
}]
}]
}
字段說明
#error:錯誤提示
#title: 播放列表標題
#thumbnail:播放列表圖片
#tag:標簽
#lmodify:最后修改時間
#describ:詳細介紹
#ptime:創建時間
#videoid:視頻列表ID
#video_count:視頻數量
#videolist:視頻集合