
- Topics
- Release Information
- X-Sign Quick guide
-
X-sign User manual
- Account (4)
- Licence (4)
-
Manager (15)
- Pairing the device with X-Sign Manager
- Creating the channel
- Scheduling the content by channel
- Scheduling the content by device
- Editing the device management structure
- Pushing Real-Time Message to your BenQ Smart Signage remotely
- Controlling the device remotely
- Updating device Player remotely
- Managing the calling system
- Creating an API table in X-Sign Manager
- Setting Verification
- Getting the system notification
- Updating device status immediately New
- Player report (proof-of-play) New
- Using Designer Express New
-
Designer (18)
- Creating a new project file in X-Sign Designer
- Uploading your content from Designer
- Creating content in X-Sign Designer
- Creating content from Designed Templates
- Creating a clock widget in X-Sign Designer
- Setting a weather widget
- Creating an Image or Video slideshow
- Rotating an image or video
- Generating a QR Code
- Adding a data connection
- Setting a timer widget
- Creating an API template using the demo kit
- Creating a TV Input source widget in X-Sign Designer
- Setting background music in X-Sign Designer
- Changing the playing order of pages
- Sealing a file in X-Sign Designer
- Opening an X-Sign 1.x project file
- Changing your language in X-Sign Designer
- Player (6)
- Local Delivery (3)
- Report (2)
- Video Wall (3)
- Interactive (Premium) (6)
- API (Premium) (1)
- GPL/LGPL Software Licenses Used by X-Sign
- X-Sign OpenAPI
X-Sign OpenAPI
X-sign 2.0 / X-Sign OpenAPI / Documentation / Models
Model-scheduleEvent
2021 / 04 / 26
A schedule may be split into multiple scheduleEvents, if open_loop=1
column |
schema |
descript |
column *schedule_head_id | schema Type: integer | descript schedule_head_id |
column *name | schema Type: string|Between:1~30 | descript schedule name |
column *group_id | schema Type: integer|null required_if: equipment_id=null | descript channel id |
column *equipment_id | schema Type: integer|null required_if: group_id=null | descript equipment id |
column *schedule_type | schema Type: integer|In:0,1 | descript type 1:Top schedule |
column *play_id | schema Type: integer | descript play_id, id from Model-archive |
column *start | schema Type: timestamp|Format: yyyy-MM-dd hh:mm:ss|before:end | descript start |
column *end | schema Type: timestamp|Format: yyyy-MM-dd hh:mm:ss | descript end.yyyy-MM-dd = start.yyyy-MM-dd |
column *infinity | schema Type: integer|In:0,1 | descript 0: finity 1: infinity |
{
"id":2,
"company_id":3,
"group_id":1232,
"equipment_id":null,
"name":"scheduleName",
"play_id":321,
"infinity":1,
"start": "2019-11-29 09:10:00",
"end": "2019-11-29 10:10:00"
}