查询检测库中注册的目标信息列表
listAiDetectTarget:查询检测库中注册的目标信息列表
功能详情
根据检测库ID,查询库中已注册的人脸或人形工装列表。
请求地址
https://openapi.lechange.cn/openapi/listAiDetectTarget
传入参数说明
| 参数名 | 参数类型 | 是否必填 | 默认值 | 合法值 | 参数说明 |
|---|---|---|---|---|---|
| token | String | 是 | 管理员accessToken | ||
| repositoryId | String | 是 | 检测目标库ID |
样例输入
{
"system":{
"ver":"1.0",
"appId":"lcdxxxxxxxxx",
"sign":"b7e5bbcc6cc07941725d9ad318883d8e",
"time":1599013514,
"nonce":"fbf19fc6-17a1-4f73-a967-75eadbc805a2"
},
"id":"98a7a257-c4e4-4db3-a2d3-d97a3836b87c",
"params":{
"token":"At_12345678901234567890123456789012",
"repositoryId": "xxxxxxxxxxxx"
}
}
返回data字段说明
| 字段名 | 字段类型 | 字段说明 | |
|---|---|---|---|
| repositoryName | String | 检测目标库名称 | |
| targetList | targetKey | String | 检测目标ID |
| url | String | 检测目标图片url | |
样例输出
{
"result": {
"msg": "操作成功。",
"code": "0",
"data": {
"repositoryName": "人形工装库A",
"targetList": [
{
"targetKey": "AAQWE123",
"url": "https://xxx.xx.xxx/11.png"
},
{
"targetKey": "DDW2312",
"url": "https://xxx.xx.xxx/22.png"
}
]
}
},
"id": "WQNuHrTCXORxxxxxxxxxxxxxxx"
}