Appearance
getEventAgenda ​
Returns an Event Agenda's "main payload" given a valid Event UUID, normally comprised of Sessions spanning multiple days and can include Talks, Streams, Rooms, Speakers, and URLS etc. NOTE: for wall-based events (and by exception) you can pass an API Key in the header. This API Key is speficific to each Company/Event.
Request ​
http
GET /rest/user/mi/events/{eventUUID}/agendaHeaders ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-authtoken | Yes | Auth token returned from loginUser |
x-nextinteract-company-api-key | Yes | Admin-specific API key UUID provided to company |
Parameters ​
PATH PARAMS: eventUUID - valid Event UUID (not Event QR COde UUID! Be careful). NOTE: these are globally unique and case insensitive. ​
added 15 June 2018. See TP#11968... ​
Response ​
200 OK ​
Returns full Agenda payload with expectation it can be cached on front-ends. UI should use eAgendaVersion to determine updates.
json
{
"metadata": {
"eId": 123,
"eUUID": "c638b6b2-4c56-48fe-8efb-1e24e683ae82",
"eImage": "1/events/images/event-logo.png",
"eTimezoneId": "Australia/Sydney",
"eGmtOffsetMinutes": 660,
"eAgendaVersion": 1,
"eName": "My Test Event",
"eUtcStartDate": 1566467813831,
"eUtcEndDate": 1566640613835,
"eLocalStartDate": 1566680213835,
"eLocalEndDate": 1566507413831,
"eAgendaTitle": "Event Program Guide 2019",
"eAgendaType": "Program",
"eStreamType": "Stream",
"eaPrimaryColour": "FF5733",
"eaPrimaryFontColour": "33FFE9",
"eaSecondaryFontColour": "3346FF",
"eGroups": [
{
"type": "G",
"groupId": 1,
"groupName": "Concurrent Session 1",
"groupDesc": "Description of: Concurrent Session 1"
},
{
"type": "G",
"groupId": 1,
"groupName": "Concurrent Session 2",
"groupDesc": "Description of: Concurrent Session 2"
}
],
"eStreams": [
{
"type": "T",
"streamId": 1,
"streamName": "Developer",
"streamDesc": "Description of: Developer",
"streamColour": "#FF0000",
"streamOrder": 1,
"sessions": []
},
{
"type": "T",
"streamId": 2,
"streamName": "Manager",
"streamDesc": "Description of: Manager",
"streamColour": "#00FF00",
"streamOrder": 2,
"sessions": []
}
],
"eLocations": [
{
"locationId": 7,
"locationName": "Foyer",
"locationDesc": "Description for: Foyer",
"locationImage": "foyer.jpg"
},
{
"locationId": 8,
"locationName": "Room A",
"locationDesc": "Description for: Room A",
"locationImage": "a.jpg"
},
{
"locationId": 9,
"locationName": "Room B",
"locationDesc": "Description for: Room B"
}
],
"ePersons": [
{
"personId": 4,
"personTitle": "Mr",
"personName": "Aaron McMullen",
"personDesc": "Aaron is CTO of Interact Technology",
"personQualification": "Bsc",
"personOrganisation": "Interact Technology",
"personImage": "aaron.jpg",
"personHiddenInSpeakerBio": false
},
{
"personId": 5,
"personTitle": "Mr",
"personName": "Bill Gates",
"personDesc": "Bill Gates is founder of Microsoft",
"personQualification": "Prof",
"personOrganisation": "Gates Foundation",
"personImage": "bill.gates.jpg",
"personHiddenInSpeakerBio": false
},
{
"personId": 6,
"personTitle": "Mrs",
"personName": "Marissa Mayer",
"personDesc": "Last CEO of Yahoo before acquired by Verizon",
"personQualification": "Bsc",
"personOrganisation": "Yahoo",
"personHiddenInSpeakerBio": false
}
],
"eUrls": [
{
"urlName": "AWS",
"internalUrlName": "INTERNAL NAME",
"url": "https://aws.amazon.com"
},
{
"urlName": "Yahoo",
"internalUrlName": "INTERNAL NAME",
"url": "https://yahoo.com",
"urlOrder": 1
}
]
},
"eventAgendaDays": [
{
"date": 1566467813831,
"sessions": [
{
"type": "S",
"sessionName": "Registration",
"sessionDesc": "Description of: Registration",
"sessionStartTime": 1566482400835,
"sessionEndTime": 1566489600836,
"addToUserProg": "N",
"location": {
"locationId": 7,
"locationName": "Foyer",
"locationDesc": "Description for: Foyer",
"locationImage": "foyer.jpg"
},
"speakers": [
{
"personId": 2,
"personTitle": "Mr",
"personName": "Bill Gates",
"personDesc": "Bill Gates is founder of Microsoft",
"personQualification": "Prof",
"personOrganisation": "Gates Foundation",
"personRole": "Chairman",
"personImage": "bill.gates.jpg",
"personOrder": 1
}
],
"urls": [
{
"urlName": "Yahoo",
"internalUrlName": "INTERNAL NAME",
"url": "https://yahoo.com",
"urlOrder": 1
},
{
"urlName": "AWS",
"internalUrlName": "INTERNAL NAME",
"url": "https://aws.amazon.com"
}
],
"talks": [
{
"talkId": 1,
"talkTitle": "Talk #01",
"talkDesc": "Description of Talk #01",
"talkStartTime": 1566482400835,
"talkEndTime": 1566483300835,
"talkUrls": [
{
"urlName": "AWS",
"internalUrlName": "INTERNAL NAME",
"url": "https://aws.amazon.com"
}
],
"talkPersons": [
{
"personId": 11,
"personTitle": "Mr",
"personName": "Bill Gates",
"personDesc": "Bill Gates is founder of Microsoft",
"personQualification": "Prof",
"personOrganisation": "Gates Foundation",
"personImage": "bill.gates.jpg",
"personHiddenInSpeakerBio": false
}
]
},
{
"talkId": 2,
"talkTitle": "Talk #11",
"talkDesc": "Description of Talk #11",
"talkStartTime": 1566483300835,
"talkEndTime": 1566484200835,
"talkUrls": [
{
"urlName": "Yahoo",
"internalUrlName": "INTERNAL NAME",
"url": "https://yahoo.com",
"urlOrder": 1
}
],
"talkPersons": []
}
]
}
]
},
{
"date": 1566554213835,
"sessions": [
{
"type": "S",
"sessionName": "AWS Beginner",
"sessionDesc": "Description of: AWS Beginner",
"sessionStartTime": 1566547200836,
"sessionEndTime": 1566550800836,
"sessionColour": "#FFFF00",
"addToUserProg": "Y",
"location": {
"locationId": 8,
"locationName": "Room A",
"locationDesc": "Description for: Room A",
"locationImage": "a.jpg"
},
"group": {
"type": "G",
"groupId": 1,
"groupName": "Concurrent Session 1",
"groupDesc": "Description of: Concurrent Session 1"
},
"streams": [
{
"type": "T",
"streamId": 1,
"streamName": "Developer",
"streamDesc": "Description of: Developer",
"streamColour": "#FF0000",
"streamOrder": 1,
"sessions": []
}
],
"speakers": [
{
"personId": 2,
"personTitle": "Mr",
"personName": "Bill Gates",
"personDesc": "Bill Gates is founder of Microsoft",
"personQualification": "Prof",
"personOrganisation": "Gates Foundation",
"personRole": "Chairman",
"personImage": "bill.gates.jpg",
"personOrder": 1
},
{
"personId": 1,
"personTitle": "Mr",
"personName": "Aaron McMullen",
"personDesc": "Aaron is CTO of Interact Technology",
"personQualification": "Bsc",
"personOrganisation": "Interact Technology",
"personRole": "Speaker",
"personImage": "aaron.jpg",
"personOrder": 5
}
],
"talks": [
{
"talkId": 1,
"talkTitle": "Talk #01",
"talkDesc": "Description of Talk #01",
"talkOrder": 1,
"talkUrls": [],
"talkPersons": [
{
"personId": 13,
"personTitle": "Mr",
"personName": "Aaron McMullen",
"personDesc": "Aaron is CTO of Interact Technology",
"personQualification": "Bsc",
"personOrganisation": "Interact Technology",
"personImage": "aaron.jpg",
"personHiddenInSpeakerBio": false
}
]
},
{
"talkId": 2,
"talkTitle": "Talk #11",
"talkDesc": "Description of Talk #11",
"talkOrder": 2,
"talkUrls": [],
"talkPersons": [
{
"personId": 14,
"personTitle": "Mr",
"personName": "Bill Gates",
"personDesc": "Bill Gates is founder of Microsoft",
"personQualification": "Prof",
"personOrganisation": "Gates Foundation",
"personImage": "bill.gates.jpg",
"personHiddenInSpeakerBio": false
}
]
}
]
},
{
"type": "S",
"sessionName": "AWS Intermediate",
"sessionDesc": "Description of: AWS Intermediate",
"sessionStartTime": 1566550800836,
"sessionEndTime": 1566558000836,
"addToUserProg": "N",
"location": {
"locationId": 8,
"locationName": "Room A",
"locationDesc": "Description for: Room A",
"locationImage": "a.jpg"
},
"group": {
"type": "G",
"groupId": 1,
"groupName": "Concurrent Session 1",
"groupDesc": "Description of: Concurrent Session 1"
},
"streams": [
{
"type": "T",
"streamId": 1,
"streamName": "Developer",
"streamDesc": "Description of: Developer",
"streamColour": "#FF0000",
"streamOrder": 1,
"sessions": []
}
],
"speakers": [
{
"personId": 3,
"personTitle": "Mrs",
"personName": "Marissa Mayer",
"personDesc": "Last CEO of Yahoo before acquired by Verizon",
"personQualification": "Bsc",
"personOrganisation": "Yahoo",
"personRole": "Speaker",
"personOrder": 3
},
{
"personId": 1,
"personTitle": "Mr",
"personName": "Aaron McMullen",
"personDesc": "Aaron is CTO of Interact Technology",
"personQualification": "Bsc",
"personOrganisation": "Interact Technology",
"personRole": "Speaker",
"personImage": "aaron.jpg",
"personOrder": 5
}
],
"talks": [
{
"talkId": 1,
"talkTitle": "Talk #01",
"talkDesc": "Description of Talk #01",
"talkStartTime": 1566550800836,
"talkEndTime": 1566551700836,
"talkUrls": [],
"talkPersons": [
{
"personId": 16,
"personTitle": "Mr",
"personName": "Aaron McMullen",
"personDesc": "Aaron is CTO of Interact Technology",
"personQualification": "Bsc",
"personOrganisation": "Interact Technology",
"personImage": "aaron.jpg",
"personHiddenInSpeakerBio": false
}
]
}
]
},
{
"type": "S",
"sessionName": "I AM",
"sessionDesc": "Description of: I AM",
"sessionStartTime": 1566547200837,
"sessionEndTime": 1566550800837,
"sessionColour": "#FF0000",
"addToUserProg": "N",
"location": {
"locationId": 9,
"locationName": "Room B",
"locationDesc": "Description for: Room B"
},
"group": {
"type": "G",
"groupId": 1,
"groupName": "Concurrent Session 2",
"groupDesc": "Description of: Concurrent Session 2"
},
"streams": [
{
"type": "T",
"streamId": 2,
"streamName": "Manager",
"streamDesc": "Description of: Manager",
"streamColour": "#00FF00",
"streamOrder": 2,
"sessions": []
},
{
"type": "T",
"streamId": 1,
"streamName": "Developer",
"streamDesc": "Description of: Developer",
"streamColour": "#FF0000",
"streamOrder": 1,
"sessions": []
}
],
"speakers": [
{
"personId": 2,
"personTitle": "Mr",
"personName": "Bill Gates",
"personDesc": "Bill Gates is founder of Microsoft",
"personQualification": "Prof",
"personOrganisation": "Gates Foundation",
"personRole": "Chairman",
"personImage": "bill.gates.jpg",
"personOrder": 1
},
{
"personId": 3,
"personTitle": "Mrs",
"personName": "Marissa Mayer",
"personDesc": "Last CEO of Yahoo before acquired by Verizon",
"personQualification": "Bsc",
"personOrganisation": "Yahoo",
"personRole": "Speaker",
"personOrder": 3
}
],
"talks": []
},
{
"type": "S",
"sessionName": "Account",
"sessionDesc": "Description of: Account",
"sessionStartTime": 1566550800837,
"sessionEndTime": 1566558000837,
"addToUserProg": "Y",
"location": {
"locationId": 9,
"locationName": "Room B",
"locationDesc": "Description for: Room B"
},
"group": {
"type": "G",
"groupId": 1,
"groupName": "Concurrent Session 2",
"groupDesc": "Description of: Concurrent Session 2"
},
"streams": [
{
"type": "T",
"streamId": 2,
"streamName": "Manager",
"streamDesc": "Description of: Manager",
"streamColour": "#00FF00",
"streamOrder": 2,
"sessions": []
},
{
"type": "T",
"streamId": 1,
"streamName": "Developer",
"streamDesc": "Description of: Developer",
"streamColour": "#FF0000",
"streamOrder": 1,
"sessions": []
}
],
"speakers": [
{
"personId": 2,
"personTitle": "Mr",
"personName": "Bill Gates",
"personDesc": "Bill Gates is founder of Microsoft",
"personQualification": "Prof",
"personOrganisation": "Gates Foundation",
"personRole": "Chairman",
"personImage": "bill.gates.jpg",
"personOrder": 1
},
{
"personId": 3,
"personTitle": "Mrs",
"personName": "Marissa Mayer",
"personDesc": "Last CEO of Yahoo before acquired by Verizon",
"personQualification": "Bsc",
"personOrganisation": "Yahoo",
"personRole": "Speaker",
"personOrder": 3
},
{
"personId": 1,
"personTitle": "Mr",
"personName": "Aaron McMullen",
"personDesc": "Aaron is CTO of Interact Technology",
"personQualification": "Bsc",
"personOrganisation": "Interact Technology",
"personRole": "Speaker",
"personImage": "aaron.jpg",
"personOrder": 5
}
],
"urls": [
{
"urlName": "Yahoo",
"internalUrlName": "INTERNAL NAME",
"url": "https://yahoo.com",
"urlOrder": 1
},
{
"urlName": "AWS",
"internalUrlName": "INTERNAL NAME",
"url": "https://aws.amazon.com"
}
],
"talks": [
{
"talkId": 1,
"talkTitle": "Talk #01",
"talkDesc": "Description of Talk #01",
"talkStartTime": 1566550800837,
"talkEndTime": 1566551700837,
"talkUrls": [
{
"urlName": "AWS",
"internalUrlName": "INTERNAL NAME",
"url": "https://aws.amazon.com"
}
],
"talkPersons": [
{
"personId": 19,
"personTitle": "Mrs",
"personName": "Marissa Mayer",
"personDesc": "Last CEO of Yahoo before acquired by Verizon",
"personQualification": "Bsc",
"personOrganisation": "Yahoo",
"personHiddenInSpeakerBio": false
}
]
}
]
},
{
"type": "S",
"sessionName": "Break",
"sessionDesc": "Description of: Break",
"sessionStartTime": 1566558000837,
"sessionEndTime": 1566561600837,
"addToUserProg": "Y",
"location": {
"locationId": 7,
"locationName": "Foyer",
"locationDesc": "Description for: Foyer",
"locationImage": "foyer.jpg"
},
"talks": []
},
{
"type": "S",
"sessionName": "Lambda",
"sessionDesc": "Description of: Lambda",
"sessionStartTime": 1566561600837,
"sessionEndTime": 1566568800837,
"addToUserProg": "Y",
"location": {
"locationId": 9,
"locationName": "Room B",
"locationDesc": "Description for: Room B"
},
"group": {
"type": "G",
"groupId": 1,
"groupName": "Concurrent Session 1",
"groupDesc": "Description of: Concurrent Session 1"
},
"streams": [
{
"type": "T",
"streamId": 1,
"streamName": "Developer",
"streamDesc": "Description of: Developer",
"streamColour": "#FF0000",
"streamOrder": 1,
"sessions": []
},
{
"type": "T",
"streamId": 1,
"streamName": "Developer",
"streamDesc": "Description of: Developer",
"streamColour": "#FF0000",
"streamOrder": 1,
"sessions": []
}
],
"speakers": [
{
"personId": 2,
"personTitle": "Mr",
"personName": "Bill Gates",
"personDesc": "Bill Gates is founder of Microsoft",
"personQualification": "Prof",
"personOrganisation": "Gates Foundation",
"personRole": "Chairman",
"personImage": "bill.gates.jpg",
"personOrder": 1
},
{
"personId": 3,
"personTitle": "Mrs",
"personName": "Marissa Mayer",
"personDesc": "Last CEO of Yahoo before acquired by Verizon",
"personQualification": "Bsc",
"personOrganisation": "Yahoo",
"personRole": "Speaker",
"personOrder": 3
},
{
"personId": 1,
"personTitle": "Mr",
"personName": "Aaron McMullen",
"personDesc": "Aaron is CTO of Interact Technology",
"personQualification": "Bsc",
"personOrganisation": "Interact Technology",
"personRole": "Speaker",
"personImage": "aaron.jpg",
"personOrder": 5
}
],
"talks": [
{
"talkId": 1,
"talkTitle": "Talk #01",
"talkDesc": "Description of Talk #01",
"talkStartTime": 1566561600837,
"talkEndTime": 1566562500837,
"talkUrls": [],
"talkPersons": [
{
"personId": 22,
"personTitle": "Mr",
"personName": "Aaron McMullen",
"personDesc": "Aaron is CTO of Interact Technology",
"personQualification": "Bsc",
"personOrganisation": "Interact Technology",
"personImage": "aaron.jpg",
"personHiddenInSpeakerBio": false
}
]
}
]
},
{
"type": "S",
"sessionName": "SNS",
"sessionDesc": "Description of: SNS",
"sessionStartTime": 1566568800837,
"sessionEndTime": 1566576000837,
"addToUserProg": "Y",
"location": {
"locationId": 9,
"locationName": "Room B",
"locationDesc": "Description for: Room B"
},
"group": {
"type": "G",
"groupId": 1,
"groupName": "Concurrent Session 1",
"groupDesc": "Description of: Concurrent Session 1"
},
"streams": [
{
"type": "T",
"streamId": 1,
"streamName": "Developer",
"streamDesc": "Description of: Developer",
"streamColour": "#FF0000",
"streamOrder": 1,
"sessions": []
}
],
"speakers": [
{
"personId": 3,
"personTitle": "Mrs",
"personName": "Marissa Mayer",
"personDesc": "Last CEO of Yahoo before acquired by Verizon",
"personQualification": "Bsc",
"personOrganisation": "Yahoo",
"personRole": "Speaker",
"personOrder": 3
},
{
"personId": 1,
"personTitle": "Mr",
"personName": "Aaron McMullen",
"personDesc": "Aaron is CTO of Interact Technology",
"personQualification": "Bsc",
"personOrganisation": "Interact Technology",
"personRole": "Speaker",
"personImage": "aaron.jpg",
"personOrder": 5
}
],
"talks": [
{
"talkId": 1,
"talkTitle": "Talk #01",
"talkDesc": "Description of Talk #01",
"talkStartTime": 1566568800837,
"talkEndTime": 1566569700837,
"talkUrls": [],
"talkPersons": [
{
"personId": 24,
"personTitle": "Mr",
"personName": "Aaron McMullen",
"personDesc": "Aaron is CTO of Interact Technology",
"personQualification": "Bsc",
"personOrganisation": "Interact Technology",
"personImage": "aaron.jpg",
"personHiddenInSpeakerBio": false
}
]
}
]
},
{
"type": "S",
"sessionName": "Snowball",
"sessionDesc": "Description of: Snowball",
"sessionStartTime": 1566561600837,
"sessionEndTime": 1566568800837,
"addToUserProg": "N",
"location": {
"locationId": 8,
"locationName": "Room A",
"locationDesc": "Description for: Room A",
"locationImage": "a.jpg"
},
"group": {
"type": "G",
"groupId": 1,
"groupName": "Concurrent Session 2",
"groupDesc": "Description of: Concurrent Session 2"
},
"streams": [
{
"type": "T",
"streamId": 2,
"streamName": "Manager",
"streamDesc": "Description of: Manager",
"streamColour": "#00FF00",
"streamOrder": 2,
"sessions": []
},
{
"type": "T",
"streamId": 1,
"streamName": "Developer",
"streamDesc": "Description of: Developer",
"streamColour": "#FF0000",
"streamOrder": 1,
"sessions": []
}
],
"speakers": [
{
"personId": 2,
"personTitle": "Mr",
"personName": "Bill Gates",
"personDesc": "Bill Gates is founder of Microsoft",
"personQualification": "Prof",
"personOrganisation": "Gates Foundation",
"personRole": "Chairman",
"personImage": "bill.gates.jpg",
"personOrder": 1
},
{
"personId": 3,
"personTitle": "Mrs",
"personName": "Marissa Mayer",
"personDesc": "Last CEO of Yahoo before acquired by Verizon",
"personQualification": "Bsc",
"personOrganisation": "Yahoo",
"personRole": "Speaker",
"personOrder": 3
}
],
"urls": [
{
"urlName": "Yahoo",
"internalUrlName": "INTERNAL NAME",
"url": "https://yahoo.com",
"urlOrder": 1
},
{
"urlName": "AWS",
"internalUrlName": "INTERNAL NAME",
"url": "https://aws.amazon.com"
}
],
"talks": []
},
{
"type": "S",
"sessionName": "Kinesis",
"sessionDesc": "Description of: Kinesis",
"sessionStartTime": 1566568800837,
"sessionEndTime": 1566576000837,
"addToUserProg": "N",
"location": {
"locationId": 8,
"locationName": "Room A",
"locationDesc": "Description for: Room A",
"locationImage": "a.jpg"
},
"group": {
"type": "G",
"groupId": 1,
"groupName": "Concurrent Session 2",
"groupDesc": "Description of: Concurrent Session 2"
},
"streams": [
{
"type": "T",
"streamId": 2,
"streamName": "Manager",
"streamDesc": "Description of: Manager",
"streamColour": "#00FF00",
"streamOrder": 2,
"sessions": []
}
],
"speakers": [
{
"personId": 2,
"personTitle": "Mr",
"personName": "Bill Gates",
"personDesc": "Bill Gates is founder of Microsoft",
"personQualification": "Prof",
"personOrganisation": "Gates Foundation",
"personRole": "Chairman",
"personImage": "bill.gates.jpg",
"personOrder": 1
},
{
"personId": 1,
"personTitle": "Mr",
"personName": "Aaron McMullen",
"personDesc": "Aaron is CTO of Interact Technology",
"personQualification": "Bsc",
"personOrganisation": "Interact Technology",
"personRole": "Speaker",
"personImage": "aaron.jpg",
"personOrder": 5
}
],
"talks": []
}
]
},
{
"date": 1566640613835,
"sessions": [
{
"type": "S",
"sessionName": "Finishing",
"sessionDesc": "Description of: Finishing",
"sessionStartTime": 1566655200837,
"sessionEndTime": 1566662400837,
"addToUserProg": "Y",
"location": {
"locationId": 7,
"locationName": "Foyer",
"locationDesc": "Description for: Foyer",
"locationImage": "foyer.jpg"
},
"speakers": [
{
"personId": 3,
"personTitle": "Mrs",
"personName": "Marissa Mayer",
"personDesc": "Last CEO of Yahoo before acquired by Verizon",
"personQualification": "Bsc",
"personOrganisation": "Yahoo",
"personRole": "Speaker",
"personOrder": 3
}
],
"talks": [
{
"talkId": 1,
"talkTitle": "Talk #01",
"talkDesc": "Description of Talk #01",
"talkStartTime": 1566655200837,
"talkEndTime": 1566656100837,
"talkUrls": [],
"talkPersons": [
{
"personId": 28,
"personTitle": "Mrs",
"personName": "Marissa Mayer",
"personDesc": "Last CEO of Yahoo before acquired by Verizon",
"personQualification": "Bsc",
"personOrganisation": "Yahoo",
"personHiddenInSpeakerBio": false
}
]
}
]
}
]
}
]
}Response Fields ​
| Parameter | Type | Required | Description |
|---|---|---|---|
talkOrder | Number | No | Used to order talks when start/end times are disabled. NOTE: the talks are already ordered by the backend so this field is only passed for troubleshooting purposes. Developers are NOT expected to order the Talks. |
sessionOrder | Number | No | Used to order session when multiple sessions start at the same date/time. NOTE: the sessions are already ordered by the backend so this field is only passed for troubleshooting purposes. Developers are NOT expected to order the Sessions. |
Errors ​
| Exception | Description |
|---|---|
WSInvalidParameterException | See Error Definitions |
WSInvalidAuthTokenException | See Error Definitions |
WSCacheServiceException | See Error Definitions |
WSEventNotFoundException | See Error Definitions |
WSEventServiceException | See Error Definitions |
WSInsufficientPrivilegesException | See Error Definitions |
WSAuthorisationServiceException | See Error Definitions |
WSRecordNotFoundException | See Error Definitions |
WSCompanyApiKeyNotActiveException | See Error Definitions |
WSIncorrectApiKeyTypeException | See Error Definitions |
WSEventCancelledException | See Error Definitions |
WSInvalidSystemConfigurationException | See Error Definitions |