Last Update: 2024-03-21
<getevents> <status>...</status> <from>...</from> <till>...</till> </getevents>
Element | Format | Mandatory | Description |
---|---|---|---|
getevents | |||
↳ @customerid | int | yes | CustomerID of customer used for request. Only usable with admin customer privileges. |
↳ status |
all|int(comma separated) | no | all ... Drafts, Published, Archived 0 ... Drafts 1 ... Published 2 ... Archived 5 ... Template |
↳ from |
YYYY-mm-dd HH:ii:ss | no | List all events with a program item from this datetime on |
↳ till |
YYYY-mm-dd HH:ii:ss | no | List all events with a program item till this datetime |
<?xml version="1.0"?> <response> <code>2000</code> <description> <![CDATA[OK]]> </description> <data> <event id=""> <!-- Same as for <getevent> //--> </event> ... </data> </response>
Element | Format | Description |
---|---|---|
data |
List of events | |
↳ event |
Event | |
↳ @id |
int | ID of event |