Authorization: ********************{
"pageSize": "10",
"pageIndex": "1",
"driverName": "string",
"licensePlate": "string",
"start": "string",
"end": "string"
}curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/fleet/rfid/page' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": "10",
"pageIndex": "1",
"driverName": "string",
"licensePlate": "string",
"start": "string",
"end": "string"
}'{
"code": 0,
"data": {
"records": [
{
"driverName": "",
"licensePlate": "",
"deviceId": "",
"deviceName": "",
"rfidNo": "",
"reportTime": "",
"lonLat": "",
"lat": 0.0,
"lon": 0.0,
"address": ""
}
],
"total": 0,
"size": 0,
"current": 0
},
"msg": ""
}