{ "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 } }