更新时间:2023-06-15 05:47:59
本文介绍查询预约签到信息的 API。
支持通过预约 ID 查询预约签到日志信息,例如预约用户 ID、签到类型或签到时间等信息。
GET: /v1.0/iot-03/seat-reservations/{reservation_id}/sign-records
| 参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
|---|---|---|---|---|
| reservation_id | String | uri | true | 预约 ID |
| type | String | query | false | 签到类型 |
| 参数名 | 类型 | 说明 |
|---|---|---|
| result | List | 预约签到记录列表 |
result 说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| reservation_id | String | 预约 ID |
| uid | String | 用户 ID |
| type | String | 签到类型,signIn:签到;signOut:签退 |
| sign_time | Long | 签到时间 |
GET: /v1.0/iot-03/seat-reservations/1400698886867140xxx/sign-records?type=signIn
{
"result": [
{
"type": "signIn",
"sign_time": 1622787684406,
"reservation_id": "1400698886867140xxx",
"uid": "bsh16219351491774xxx"
}
],
"t": 1623047411050,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈