应用类型 | 是否支持 | 权限 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 支持 | 氚云数据管理权限 | API Explorer |
第三方企业应用 | 支持 | 氚云数据管理权限 | API Explorer |
第三方个人应用 | 暂不支持 | 氚云数据管理权限 | 暂不支持 |
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | invalidParameter.input.invalid | %s | 入参校验失败 |
400 | dataNotExist.form.schemaNotExist | 表单结构不存在 | 无效的schemaCode参数 |
400 | invalidParameter.filterPraseFailed | %s | 入参:matcherJson无效或不正确 |
500 | systemError | 系统异常 | 系统异常 |
curl --location --request POST 'https://api.dingtalk.com/v1.0/h3yun/forms/instances/search' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"schemaCode" : "String",
"pageNumber" : Integer,
"pageSize" : Integer,
"returnFields" : [ "String" ],
"sortByFields" : [ {
"fieldName" : "String",
"direction" : "String"
} ],
"matcherJson" : "String"
}'
{
"code": "string",
"message": "string",
"data": {
"pageNumber": 0,
"pageSize": 0,
"totalCount": 0,
"bizObjects": [
{
"ObjectId": "string",
"Name": "string",
"CreatedBy": "string",
"CreatedTime": "string",
"ModifiedBy": "string",
"ModifiedTime": "string",
"WorkflowInstanceId": "string",
"Status": 0,
"F0000010": "string",
"F0000011": "string",
"F0000012": "string",
"F0000013": "string",
"D000183Fcd15f3a51e624bbc9945392d190b6aa8": [
{
"ObjectId": "string",
"ParentObjectId": "string",
"F0000014": "string"
}
],
"CreatedByObject": {
"ObjectId": "string",
"Name": "string"
}
}
]
}
}
【钉钉】API开发者 微信交流群
用微信扫右侧二维码,加入【钉钉】API开发者 交流群,互助沟通