GET
/
api
/
app-api
/
sip
/
platform
/
v2
/
review
/
listByFileBatchNo
文件批次列表
curl --request GET \
  --url https://docflow.textin.com/api/app-api/sip/platform/v2/review/listByFileBatchNo \
  --header 'x-ti-app-id: <api-key>' \
  --header 'x-ti-secret-code: <api-key>'
{
  "code": 200,
  "data": [
    {
      "fileBatchNo": "abcd",
      "uploadDate": "<string>",
      "updateTime": "<string>",
      "recognitionStatus": 1,
      "recognitionSuccessCount": 10,
      "recognitionFailCount": 2,
      "taskCount": 3,
      "reviewRuleCount": 4,
      "fileProcessStatus": 1,
      "classificationVOList": [
        {
          "classificationIdNo": 1234,
          "classificationName": "身份证"
        }
      ],
      "hasReviewRuleRepo": true
    }
  ],
  "msg": "成功",
  "traceId": "1234abcd"
}

Authorizations

x-ti-app-id
string
header
required
x-ti-secret-code
string
header
required

Headers

x-ti-app-id
string
required

x-ti-app-id

Example:

"1234abcd"

x-ti-secret-code
string
required

x-ti-secret-code

Example:

"1234abcd"

Query Parameters

workspaceIdNo
string
required

工作空间唯一编号

Example:

123456

fileBatchNo
string

文件批次号

Example:

"abcd"

Response

200 - */*

OK

The response is of type object.