curl --location -g --request GET 'http://192.168.0.10:8001/api/v1/screen/base/info'
{
"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"
}