{ "end_time": 1496678400000, "cursor": 0, "start_time": 1496678400000, "size": 10, "process_code": "PROC-FF6Y2xxxx", "userid_list": "manager1,manager2" }
curl --location --request POST 'http://127.0.0.1/topapi/processinstance/listids' \ --header 'Content-Type: application/json' \ --data-raw '{ "end_time": 1496678400000, "cursor": 0, "start_time": 1496678400000, "size": 10, "process_code": "PROC-FF6Y2xxxx", "userid_list": "manager1,manager2" }'
{ "result": { "list": [ "string" ], "next_cursor": 0 }, "errcode": 0, "errmsg": "string", "request_id": "string" }