|
|
Event Functions
When you first access the webservice, you will probably want to get a list of events or load up a particular events details. These calls enable you to do this.
listEvents
| Type
|
Name
|
Description
|
|
Method
|
listEvents
|
This method will return a list of events for the given date range supplied.
|
|
Return
|
List of events
|
A list of event objects (Note the events in this list do not have the slots, bookings, images or texts on it).
|
| Parameter 1
|
sessionId
|
This is the sessionId you got from logging in.
|
| Parameter 2
|
Start Date
|
This is the from date to do your search against.
|
| Parameter 3
|
End Date
|
This is the end date to do your search against.
|
loadEvent
| Type
|
Name
|
Description
|
|
Method
|
loadEvent
|
This method can be used to get the details of an event that is already created.
|
|
Return
|
Event
|
This method will return an event with all the slots, bookings, images and text details loaded onto it.
|
| Parameter 1
|
sessionId
|
This is the sessionId you got from logging in.
|
| Parameter 2
|
Event Id
|
This is the id of the event you want to load the details of. This can be gotten from the listEvents method.
|
| Parameter 3
|
Password
|
If the event has a password against it, you will have to supply it here. This is not necessary if a) there is no password on the event or b) you are logged on as an administrator.
|
|