帮助列表 |
https://openapi.aodianyun.com/v2/DVR.GetMyImageList
POST
Content-Type: application/x-www-form-urlencoded
access_id:安全校验ID,值为字符串。必选
示例:”access_id”:”123456”
access_key:安全校验码,值为字符串。必选
示例:”access_key”:”ABCDEFG”
num:显示条数,用于分页时使用,每页显示多少条,默认为15条,值为数字。可选
示例:”num”:15
page:显示页数,用于分页时使用,当前所有页,默认为第1页,值为数字。可选
示例:”page”:1
title:图片标题,值为字符串。可选
示例:“title”:“title”
stime :开始时间戳,值为时间戳范围。可选
示例:”stime ”:1420041600
etime :结束时间戳,值为时间戳范围。可选
示例:“etime ”:1420128000
curl -X POST \ https://openapi.aodianyun.com/v2/DVR.GetMyImageList \-H "Content-Type: application/x-www-form-urlencoded" \ -d '{"access_id":"123456","access_key":"ABCDEFG"}'
Flag:操作处理结果状态码
示例:”Flag”:100。提示:Flag=100为成功,失败为非100,失败原因在FlagString中体现。
FlagString:操作处理结果状态说明
示例:“FlagString”:“查询成功”
List:结果集:
1.ID:为图片id。
2.uin:用户奥点云账号。
3.type:保留字段。
4.url:图片地址。
5.title:图片对应标题。
6.uptime:上传时间戳。
{ "Flag": 100, "FlagString": "查询成功", "List": [ { "id": "12", "uin": "", "type": "1", "url": "", "title": "test1", "uptime": "1533606876" }, ] }
您可以使用奥点云开放平台提供的API接口调试工具进行接口调试。
请登录:https://openapi.aodianyun.com/tools