Skip to main content

一、基本信息


接口名称:获取最新考勤签到成功数据

请求地址:${BASEURL}/dataconnectorserv/integration/classadmin/getLoadCheckingsPosition

请求方式:POST

请求类型:application/json

接口版本:2.0

修改日期:2023-12-05

二、请求参数


参数名类型是否必填说明
appKeyString平台提供的唯一标识
schoolIDString学校ID,从学校列表获取
{
"appKey": "36s2zllw",
"schoolID": "wca5opSRt2tyyBSLqOjdoS=="
}

三、响应结果


响应参数名称响应参数类型是否有值说明
checkingTimeString签到数据中最新一条的时间
{
"status": "success",
"result": {
"checkingTime": "2023-10-17T08:00:00.000Z"
}
}