POST
/
api
/
app-api
/
sip
/
platform
/
v2
/
review
/
listModelFieldInfoByClassificationIdNoList
模型字段列表
curl --request POST \
  --url https://docflow.textin.com/api/app-api/sip/platform/v2/review/listModelFieldInfoByClassificationIdNoList \
  --header 'Content-Type: application/json' \
  --header 'x-ti-app-id: <api-key>' \
  --header 'x-ti-secret-code: <api-key>' \
  --data '{
  "classificationIdNoList": [
    1,
    2,
    3
  ]
}'
{
  "code": 200,
  "data": [
    {
      "id": 29026,
      "fieldName": "赵六",
      "description": "赵六",
      "fieldPrompt": "赵六",
      "modelIdNo": "1024",
      "fieldCode": "1024",
      "sysFieldId": "1024",
      "fieldType": "1024",
      "fieldFormat": "1024",
      "blockType": 1024,
      "tableIdNo": 1024,
      "tableId": 1024,
      "tableName": "Table Name",
      "requiredStatus": 1024,
      "sort": 1,
      "textInLines": [
        {
          "angle": 0,
          "pos": [
            1
          ],
          "page": 1,
          "text": "文本内容",
          "char_pos": [
            [
              1
            ]
          ]
        }
      ],
      "enableStatus": 1,
      "enableFlag": "Y",
      "classificationIdNo": 123
    }
  ],
  "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"

Body

application/json

分类ID列表请求VO

Response

200 - */*

OK

The response is of type object.