curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/devicedata/get_checkin_data' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_type": 0,
"begin_time":12345,
"end_time":67890,
"data_filter_type": 1,
"device_sn_list":["SN1", "SN2"],
"cursor":"CURSOR",
"limit":"LIMIT",
"agentid":10000
}'
{
"errcode": 0,
"errmsg": "ok",
"checkindata": {
"items": [
{
"open_userid": "x1",
"checkin_time": 12345,
"device_sn": "SN"
}
]
},
"next_cursor": "NEXT_CURSOR"
}
【企业微信】API开 发者 微信交流群
用微信扫右侧二维码,加入【企业微信】API开发者 交流群,互助沟通