Last Update: 2024-03-21

Get events (V6)

Request:

<getevents>
    <status>...</status>
    <from>...</from>
    <till>...</till>
</getevents>
Description of XML-Tags:
Element Format Mandatory Description
getevents
↳ @customeridintyesCustomerID 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

Response:

<?xml version="1.0"?>
<response>
    <code>2000</code>
    <description>
        <![CDATA[OK]]>
    </description>
    <data>
        <event id="">
            <!-- Same as for <getevent> //-->
        </event>
        ...
    </data>
</response>
Description of XML-Tags:
Element Format Description
data List of events
↳ event Event
  ↳ @id int ID of event
Für Rückfragen stehen wir Ihnen jederzeit gerne unter support@eyepin.com zur Verfügung.