- API access guide
- Common Error Codes
- FAQ
- User-related
- System control-related
- Screen control-related
- Receiving card-related
- Obtain receiving card connection information
- Obtain receiving card monitoring information
- Obtain basic information of the receiving card
- Configure the screen via receiving card configuration (send .rcfgx file)
- Configure the screen via receiving card configuration (send .scr file)
- Upgrade the receiving card
- Obtain the receiving card upgrade progress
- Send Card-related
- Obtain screen brightnessGET
- Set screen brightnessPOST
- Obtain screen statusGET
- Set screen statusPOST
- Obtain screen-on/off schedulesGET
- Set screen-on/off schedulesPOST
- Set brightness adjustment schedulesPOST
- Obtain brightness adjustment schedulesGET
- General capabilities
- Serial port control
- Board relays
Obtain terminal information
GET
/terminal/core/v2/device/info
Last modified:2024-08-23 08:26:25
Request
Header Params
Authorization
string
optional
Default:
1724333189506EO5Zqpduu4+azwYYXMJJhg==
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://192.168.0.10:16674/terminal/core/v2/device/info' \
--header 'Authorization: 1724333189506EO5Zqpduu4+azwYYXMJJhg=='
Responses
🟢200Success
application/json
Body
code
integer
Status code
message
string
Descriptive information
data
object
required
fpga
string
FPGA version
mainVersion
string
Major software version
productName
string
Product model
aliasName
string
Screen name
registerAddress
string
Registration address
mac
string
MAC address
sn
string
SN
pcbVersion
string
PCB version
androidVersion
string
Android version
osVersion
string
System version
Example
{
"code": 0,
"message": "",
"data": {
"fpga": "1.0.0.1",
"mainVersion": "1.0.1",
"productName": "T3",
"aliasName": "easy-PHOJ05447J0330015353",
"registerAddress": "Xi'an Software Zone",
"mac": "30:5A:3A:04:62:C3",
"sn": "BZSA17332J0A20001500",
"pcbVersion": "",
"androidVersion": "11"
}
}