This API is to get device diagnostics result to allow administrators to quickly understand the health status of devices in online services.
Including when the issue was assigned to a technician, name of the customer, device ID, diagnostic ID, the reported issues, device model, device name, device serial number, and reported time.
OK
{- "uq": "3903dc78-9349-41a0-9662-d1e33de117f8",
- "doc_version": "latest",
- "result": true,
- "code": "S00000",
- "message": "string",
- "build": "string",
- "total": 0,
- "data": [
- {
- "assignee_at": "2019-08-24T14:15:22Z",
- "customers_firstname": "string",
- "customers_lastname": "string",
- "device_id": 0,
- "id": 0,
- "issues": "string",
- "model": "string",
- "name": "string",
- "report_time": "string",
- "serial_number": "string",
- "latest_timestamp": 0,
- "has_issues": 0,
- "issue_types": "string",
- "is_online": true,
- "connectivity_state": "string",
- "report_timestamp": 0
}
]
}