Appearance
findEventForUser ​
Returns a SINGLE Event for a given MI User and Event UUID
Request ​
http
GET /rest/user/mi/eventHeaders ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-authtoken | Yes | Auth token returned from loginUser |
Parameters ​
QUERY PARAMS:
| Parameter | Type | Required | Description |
|---|---|---|---|
version | - | Yes | Currently only supports 1. |
eventUUID | - | Yes | Event UUID |
Response ​
200 OK ​
Returns a single EventJSON or null if not found
json
{
"eventInviteUUID": "2787aaf9-da28-44cb-b310-5aa038d652c7",
"eId": 10,
"cId": 3,
"cName": "My Interact Finance",
"eStatus": "A",
"eName": "Test Event3",
"eDescription": "Event3Test Description",
"eAddress": "ABC Address",
"eStreet": "Event Street",
"eSuburb": "Suburbia",
"eCity": "Sydney",
"ePostCode": "2031",
"eCountry": "AUSTRALIA",
"eImage": "http://dev-sam-images.interact.technology/3/events/images/image1.jpg",
"eLatitude": -33.861548,
"eLongitude": 151.20863,
"eTimezoneId": "Sydney/Australia",
"eGmtOffsetMinutes": 480,
"eUTCStartDateTime": 1463360400000,
"eLocalStartDateTime": 1463389200000,
"eUTCEndDateTime": 1463475600000,
"eLocalEndDateTime": 1463504400000,
"eFlyerPdf": "http://dev-sam-images.interact.technology/3/events/pdfs/myeventflyer.pdf",
"eventUUID": "1ec12fd0-8445-421d-996e-6067149cc5de",
"eHasEnded": "N",
"eAttendeeId": 16,
"eAttendeeInviteStatus": "P",
"eAttendeeAttendingStatus": "U",
"eAttendeeInvitesSent": 0,
"eAttendeeRemindersSent": 0
"useExternalEventProvider": "N",
"version": 2
}Errors ​
| Exception | Description |
|---|---|
WSEventServiceUnavailableException | See Error Definitions |
WSInvalidParameterException | See Error Definitions |
WSInvalidAuthTokenException | See Error Definitions |
WSEventServiceException | See Error Definitions |
WSCacheServiceException | See Error Definitions |
WSInternalException | See Error Definitions |