Get Invited Contact List
Get Invited Contact List
Get Invited Contact List
Request Body
Name
Type
Description
{
"meta": {
"totalResults": 345,
"start": 0,
"perPage": 2,
"count": 2
},
"results": [
{
"eventId": 1,
"contactId": 1,
"firstName": "Test",
"lastName": "Last",
"email": "[email protected]",
"phone": "1346789798",
"response": "Y",
"registrationId": 1,
"modifiedDate": "2018-09-19 09:00:34 UTC"
},
{
"eventId": 1,
"contactId": 2,
"firstName": "Test",
"lastName": "Two",
"email": "[email protected]",
"phone": "+61 123456789",
"response": "U",
"registrationId": null,
"modifiedDate": "2018-09-19 08:57:11 UTC"
}
]
}Returns
Property
Description
Type
Response
Status
Description
Last updated