get installed report of a device
Partner gets a list of installed reports of a device
Request
Body Params multipart/form-data
Request Code Samples
curl --location -g --request GET 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/device/{{DEVICE_ID}}/install/report'
Responses
application/json {
"meta": {
"code": 200
},
"response": {
"reports": [
{
"company_id": "int",
"createtime": "datetime",
"device_id": "int|str",
"id": "int",
"url": "str|none"
}
]
}
}
Modified at 2025-08-19 13:41:07