查询分账号的分配记录-集团账号1.0
Last updated
Was this helpful?
Last updated
Was this helpful?
1、接口同时支持HTTP 、HTTPS ,建议使用HTTPS 确保接口安全,接口调用有频率限制,
appId
true
String
timestamp
true
Long
当前13位毫秒级时间戳,3分钟内有效
sign
true
String
emails
true
String
分帐号邮箱,多个以英文逗号分隔
type
false
String
查询的分配记录类型,all包括点播和直播, live-直播, vod-点播
startTime
false
String
查询记录的开始时间,格式为yyyy-MM-dd HH:mm:ss
endTime
false
String
查询记录的结束时间,格式为yyyy-MM-dd HH:mm:ss
page
false
Integer
请求的页面
pageSize
false
Integer
页面大小
code
Integer
status
String
响应状态文本信息
message
String
响应描述信息,当code为400或者500的时候,辅助描述错误原因
data
String
pageNumber
Integer
响应状态文本信息
totalPages
Integer
响应状态文本信息
pageSize
Integer
响应状态文本信息
contents
Array
String
分帐号邮箱
date
String
分配记录时间
origin
String
来源
originText
String
来源描述
space
String
增加的点播空间,单位字节
flow
String
增加的点播流量,单位字节
channels
String
频道分配值
concurrences
Integer
并发分配值
duration
String
分钟数分配值
成功示例
异常示例
集团主账号appId【详见】
签名,为32位大写的MD5值,生成签名的appSecret密钥作为通信数据安全的关键信息,严禁保存在客户端直接使用,所有API都必须通过客户自己服务器中转调用POLYV服务器获取响应数据
【详见】
响应状态码,200为成功返回,非200为失败【详见】
分页数据【详见】
分页数据【详见】