- API Access Guide
- Common HTTP Status Codes
- VNNOX
- Player
- Solutions
- Real-Time Control
- Scheduled Control
- Logs
- Notifications
- VNNOXCare
- Notes
- Device Status Monitoring
- Receiving Card
- Screen
- Master Controller
- Smart Module
- Input Source
- Module/Cabinet
- Monitoring Card
- Camera
- Brightness Log
- Others
- Third-Party System Authorization
Monitoring Information
US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
GET
/v2/device-status-monitor/receiving-card/monitor/{sn}
TIP
1.
2.
Request
Path Params
sn
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open-us.vnnox.com/v2/device-status-monitor/receiving-card/monitor/'
Responses
🟢200成功
application/json
Body
items
array [object {5}]
required
deviceWorkState
boolean
required
position
string
required
sn
string
required
temperature
string
required
voltage
string
required
Example
{
"items": [
{
"status": true,
"position": "020003000500",
"sn": "2YHA12706N1A10049941",
"temperature": "37.0",
"voltage": "4.9"
},
{
"status": false,
"position": "020003000501",
"sn": "2YHA12706N1A10049941",
"temperature": "37.0",
"voltage": "4.9"
}
]
}