Get Invited Contact List
Get Invited Contact List
Get Invited Contact List
POST
[PlatformAddress]/api/1.0/event?action=getInvitedContactList
Get a list of invited contact for event.
Request Body
eventId
integer
The unique id of the event to which the invitation belong
start
integer
The starting result of the page. Note this is zero based (i.e. sending start=0 will start from the first result.)
perPage
integer
The number of invited contacts to fetch
The result from this call will be a collection of invited contact records the user has access to. This call also accepts the pagination and filter properties.
Returns
eventId
The unique id of the event for invited contact
integer
contactId
The unique contact id of the invited contact
integer
firstName
The first name of the invited contact
integer
lastName
The last name of the invited contact
integer
The email of the invited contact
string
phone
The phone number of the invited contact
string
registrationId
The registration id of the invited contact
integer
modifiedDate
The date & time the invited contact was last modified
datetime
Response
U
Undecided
Y
Yes
N
No
Last updated