We use cookies and similar technologies to process personal information for the operation of our website, statistical analysis, and providing targeted advertising. We share information about your use of the site with our advertising partners who may further share it with additional parties. You may opt out of performance cookies here, and learn more about how we use cookies here” 
  • Topics

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
0:Normal schedule

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"
}