BenQ Europe respect your data privacy. We use cookies and similar technologies to ensure you get the best experience when visiting our website. You can either accept these cookies by clicking “Accept Cookies”, or click “Only Required Cookies” to refuse all non-essential technologies. You can customise your cookie settings here at any time. For further information, please visit our Cookie Policy and our Privacy Policy.
Some essential features on BenQ sites just won’t work without cookies. And having other cookies switched off can seriously affect the way you’ll be able to enjoy our services.
Please check your cookie settings below and turn on any cookies you’re happy with.
“Strictly necessary” cookies can’t be turned off. But Functional and Performance cookies can be turned on or off below. You can learn more about cookies and what they do on our other pages.
If you've chosen to block third-party cookies on your browser, your cookie preferences won't carry over from benq.eu to benq.xx and vice versa. Please make sure to set your cookie preferences in both places.
On
These cookies are essential so that you can move around the website and use its features. Without these cookies services you have asked for cannot be provided.
On
Off
These cookies allow the website to remember choices you make to give you better functionality and personal features.
On
Off
These cookies help to improve the performance of BenQ. If you want to opt-out of advertising cookies, you have to turn-off performance cookies.
BenQ Europe respect your data privacy. We use cookies and similar technologies to ensure you get the best experience when visiting our website. You can either accept these cookies by clicking “Accept Cookies”, or click “Only Required Cookies” to refuse all non-essential technologies. You can customise your cookie settings here at any time. For further information, please visit our Cookie Policy and our Privacy Policy.
X-Sign OpenAPI
X-sign 2.0 / X-Sign OpenAPI / Documentation / APIs
2021 / 04 / 23
column | schema | descript |
column company_id | schema Required. Type: integer | descript company id |
column equipment_id_list
| schema Required. Type: array Max:50 | descript array of equipment id |
curl -X GET "/mda/schedule/screen"
-H "Content-Type: application/json"
-H "Authorization: Bearer sdk308123903"
-d '{
"company_id":3,
"equipment_id_list": [3,55]
}'
Code | Description |
Code 200 | Description success |
Code 4XX | Description TODO |
Name | Schema | Description |
Name *data | Schema Type: list of mda/schedule/screen model | Description list of mda/schedule/screen model null model if never set |
{
"data":{
"3":{
"equipment_id": 3,
"enabled":1,
"start_time":"05:00",
"end_time":"15:00",
"auto_reboot":1,
"created_at": "2019-11-29 10:10:10",
"updated_at": "2019-11-29 10:10:10"
},
"55":null,
}
}
column | schema | descript |
column company_id | schema Required. Type: integer | descript company id |
column equipment_id_list | schema Required. Type: array|Max:50 | descript array of equipment_id |
column enabled | schema Required. Type: integer|In0,1 | descript enable mdaScreen schedule setting 0: disabled 1: enabled |
column start_time | schema Required. Type: string|Format: hh:mm | descript start screen on |
column end_time | schema Required. Type: string|Format: hh:mm | descript screen off |
column auto_reboot | schema Required. Type: integer|In0,1 | descript reboot before screen on 0: disabled 1: enabled |
curl -X POST "/mda/schedule/screen"
-H "Content-Type: application/json"
-H "Authorization: Bearer sdk308123903"
-d '{
"company_id":3,
"equipment_id_list": [3,55],
"enabled":1,
"start_time": "05:00",
"end_time": "15:00",
"auto_reboot":1
}'
Code | Description |
Code 200 | Description Created successfully |
Code 4XX | Description TODO |
BenQ Europe B.V.
Meerenakkerweg 1-17, 5652 AR Eindhoven, The Netherlands
Tel: +31-88-888-9200
Fax: +31-88-888-9299