拥有此API的权限集 |
---|
打卡管理-查询打卡信息 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.elock.activity/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx",
"activity_type": 0,
"page_index": 1,
"page_size": 10
}'
{
"code": 0,
"msg": "Success",
"data": {
"count": 3,
"list": [
{
"activity_id": "ac_617b6588ba2b5_LjhzpyUj",
"activity_start_at": "2021-10-29 00:00:00",
"activity_stop_at": "2021-10-31 23:59:59",
"actor_user_count": 0,
"app_id": "appxxx",
"clock_count": 0,
"clock_start_at": "00:00:00",
"clock_stop_at": "23:59:59",
"img_url": "https://xxx.png",
"img_url_compressed": "http://xxx.png",
"publish_state": 0,
"title": "asdasd",
"type": 0
}
]
}
}