文档首页> ISDP> API参考> API接口> 任务管理> 作业标准管理> 智能检查结果(API名称:openIntelligentResult/queryOpenPhotoResultList)
更新时间:2024-04-26 GMT+08:00
分享

智能检查结果(API名称:openIntelligentResult/queryOpenPhotoResultList)

功能介绍

智能检查结果

相关接口

接口名称

调用说明

获取Token

调用该接口获取到Token,再调用其他接口时,需要在请求消息头中添加“Authorization”,其值即为Token。

URL

请求方式

HTTPS地址

服务架构

消息体类型

POST

https://isdp+域名/openapi/v1/openIntelligentResult/queryOpenPhotoResultList

OpenAPI

application/json

请求头

KEY

VALUE

是否必填

描述

Content-Type

application/json

Authorization

bearer ${access_token}

bearer +“ ”+5.2.1中获取的access_token的值

请求参数

参数

类型

是否必填

描述

taskId

Long

任务ID

itemId

Long

该图片所对应的检查项ID

响应参数

参数

类型

描述

stateCode

String

响应状态码:

  • 0-成功
  • 其他-失败

errorMessage

String

响应描述

result

Object

响应结果内容data、分页数据

result出参:

参数

类型

描述

exception

String

接口调用异常日志

identificationProcess

String

识别过程

intelligentEvaType

Integer

智能评审类型 1:图片智能评审 2:人员资质审核

itemId

Long

该图片所对应的检查项ID

lastReview

String

是否为最后一次智能评审

markedPhotoId

Long

智能评审标记后的图片ID

oprateType

Integer

操作类型:1-保存;2-提交

photoId

String

智能评审图片ID

picPassMk

String

智能评审结果是否通过

taskId

Long

该图片所对应的任务ID

请求示例

{
    "taskId": 5001444,
    "itemId": 5067203
}

响应示例

{
    "errorMessage": null,
    "result": [
        {
            "exception": "警示牌:没有识别到该对象!,",
            "identificationProcess": null,
            "intelligentEvaType": 1,
            "itemId": 5067203,
            "lastReview": "Y",
            "markedPhotoId": "5010365",
            "oprateType": 2,
            "photoId": "5010365",
            "picPassMk": "N",
            "picResult": "N",
            "taskId": 5001444
        }
    ],
    "stateCode": "0"
}

分享:

    相关文档

    相关产品