get_in_and_out_records
get_in_and_out_recordsRetrieve entry and exit records filtered by area or time range to track personnel presence in zones.
Instructions
【📊 查询】查询进出区域记录,可按区域或时间范围筛选。
参数:
areaId: 区域ID(可选),不传则返回全部区域
timeRange: 时间范围(可选),单日或范围
pageSize: 每页数量,默认100
page: 页码,默认1
返回: 进出记录列表,含tagCode、区域、进入/离开时间、状态(在场/已离开)
提示: 用 timeRange 查某天进出情况。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码,默认1 | |
| areaId | No | 区域ID,不传则返回全部区域 | |
| pageSize | No | 每页数量,默认100,最大500 | |
| timeRange | No | 时间范围,格式 "YYYY-MM-DD" |