get replace history by device id
Get the replacement history of a device using device ID.
Request samples
curl --location -g --request GET 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/devices/{{DEVICE_ID}}/replace_history'
Responses
application/json response
array [object {8}]Â
required{
"meta": {
"code": 200
},
"response": [
{
"camera_type": "str",
"id": "int",
"replace_ts": "datetime",
"replace_type": "str",
"serial_number": "str",
"tag_number": "none|str",
"vehicle_name": "none|str",
"vin_number": "str|none"
}
],
"result": "OK"
}
Modified at 2024-07-25 02:00:14