{ "request": { "cursor": "100", "size": "0", "data_id": "20200829" } }
curl --location --request POST 'http://127.0.0.1/topapi/kac/datav/dept/ding/list?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "request": { "cursor": "100", "size": "0", "data_id": "20200829" } }'
{ "result": { "has_more": true, "next_cursor": 0, "data": [ { "ding_voip_cnt": 0, "ding_call_cnt": 0, "ding_sms_cnt": 0, "ding_app_cnt": 0, "ding_cnt": 0, "dept_name": "string", "dept_id": 0, "ding_voip_user_cnt": 0, "ding_call_user_cnt": 0, "ding_sms_user_cnt": 0, "ding_app_user_cnt": 0, "ding_user_cnt": 0, "send_ding_total_cnt": "string" } ] }, "errcode": 0, "errmsg": "string", "request_id": "string" }