get installed report of a device
Partner gets a list of installed reports of a device
Request
Body Params multipart/form-data
Request samples
curl --location -g --request GET 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/device/{{DEVICE_ID}}/install/report'
Responses
application/json reports
array [object {5}]Â
required{
"meta": {
"code": 200
},
"response": {
"reports": [
{
"company_id": "int",
"createtime": "datetime",
"device_id": "int|str",
"id": "int",
"url": "str|none"
}
]
}
}
Modified at 2024-07-25 02:00:14