- 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
Canvas Mapping
PUT
/api/v1/screen/output/canvas/mapping
/api/v1/screen/output/canvas/mapping
MX6000
TIP
Request
Header Params
Content-Type
string
required
Example:
application/json
Body Params application/json
canvasIDs
array[number]
Canvas ID list
enable
boolean
Enable
Example
{
"canvasIDs": [
0
],
"enable": true
}
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 PUT 'http://127.0.0.1:8001/api/v1/screen/output/canvas/mapping' \
--header 'Content-Type: application/json' \
--data-raw '{
"canvasIDs": [
0
],
"enable": true
}'
Responses
🟢200Successful
text/plain
Body
object {0}
🟢200Successful
🟢200Successful
Modified at 2024-07-09 11:01:54