| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"offset": 0,
"size": 10,
"biz_type": 0,
"action_date": "2019-01-01",
"form_code": "PROC-E5BD2166-B6F4-xxxx"
}curl --location --request POST 'http://127.0.0.1/topapi/collection/instance/list?access_token=Be3xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"offset": 0,
"size": 10,
"biz_type": 0,
"action_date": "2019-01-01",
"form_code": "PROC-E5BD2166-B6F4-xxxx"
}'{
"request_id": "string",
"errcode": 0,
"errmsg": "string",
"result": {
"has_more": true,
"list": [
{
"create_time": "string",
"submitter_userid": "string",
"submitter_user_name": "string",
"forms": [
{
"value": "string",
"label": "string",
"key": "string"
}
],
"student_class_name": "string",
"student_name": "string",
"student_class_id": 0,
"student_user_id": "string",
"modify_time": "string",
"form_instance_id": "string"
}
],
"next_cursor": 0
}
}