根据设备id获取OpenId
POST
{{env}}/uniform/openapi/getDeviceUserInfo根据设备id获取Openid
新加坡: https://crashsight.wetest.net
以上示例中的前缀域名为示例域名,实际使用时以实际环境为准。
下载python代码示例:https://crashsight-docs-1258344700.cos.ap-shanghai.myqcloud.com/openapi/crashsight_openapi_v1_getDeviceUserInfo.py
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Accept-Encoding
string
可选
示例值:
*
Body 参数application/json
requestid
string
请求id
stime
string
起始时间
etime
string
结束时间
source
integer
环境参数
filters
object
筛选条件
deviceId
string
设备列表
limit
integer
返回条数
type
string
返回格式
appId
string
项目appid
示例
{
"requestid": "",
"stime": "",
"etime": "",
"source": 0,
"filters": {},
"deviceId": "",
"limit": 0,
"type": "",
"appId": ""
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
requestid
string
请求id
code
integer
请求id
errmsg
string
错误详情
data
object
查询数据
columns
array[string]
键值
values
array [array]
值域
results
null
查询详情
cost
integer
查询耗时
示例
{
"requestid": "59c8117e9e470a7e86215f4e91b039e2",
"code": 200,
"errmsg": "null",
"data": {
"columns": [
"time",
"userId"
],
"values": [
[
"2022-01-12 11:45:55",
"Unknown"
],
[
"2022-01-12 11:49:00",
"Unknown"
],
[
"2022-01-12 11:38:27",
"Unknown"
],
[
"2022-01-12 11:38:31",
"Unknown"
],
[
"2022-01-12 11:39:17",
"Unknown"
],
[
"2022-01-12 11:39:34",
"Unknown"
],
[
"2022-01-12 11:42:40",
"Unknown"
]
],
"results": null
},
"cost": 0
}
最后修改时间: 1 年前