- Contents
- API Instructions
- Error Code
- General
- Input
- Screen
- Image booster
- Layer
- Processing
- Canvas
- Preset
- Schedule
- Output
- Image Booster
- Retrieve Screen Properties InformationGET
- Retrieve the Number of Cabinets of the ScreenGET
- Retrieve Screen InformationGET
- Device
- Cabinet
Retrieve Screen Properties Information
GET
/api/v1/screen/base/info
/api/v1/screen/base/info
MX6000
TIP
Request
None
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 -g --request GET 'http://127.0.0.1:8001/api/v1/screen/base/info'
Responses
🟢200Successful
application/json
Body
code
numberÂ
Error code
data
objectÂ
Data
characteristic
numberÂ
Whether the screen has been corrected
screenImageQualityInfo
array [object {2}]Â
Image booster information
multiModeInfo
array [object {2}]Â
Multi-mode information
message
stringÂ
optional
Example
{
"code": 0,
"data": {
"characteristic": 0,
"screenImageQualityInfo": [
{
"screenId": "string",
"version": {
"version": 0,
"functionList": {
"isEDE": true,
"isABL": true,
"IsItmo": true,
"isXBit": true,
"is18Bit": true,
"isColorSpace": true,
"isGrayScale": true,
"isMagicGray": true
}
}
}
],
"multiModeInfo": [
{
"screenID": "string",
"multiModeParam": {
"currentCfgParam": {
"manufactureName": "string",
"cabinetName": "string",
"cardModel": "string",
"status": "string",
"version": "string",
"issue": 0
},
"currentModeId": 0,
"modeInfo": [
{
"modeId": 0,
"modeName": "string"
}
]
}
}
]
},
"message": "string"
}
Modified at 2024-07-09 11:01:54