GET api/v2.0/Events/EventAttendance?eventId={eventId}
Returns a list of contacts that participated in the indicated event. The event has to be in the 'done state' to count as a recent meeting.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eventId |
Id of the event we want event information from. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
List of participants
Collection of globally unique identifierResponse Formats
application/json, text/json
Sample:
[ "d535ac8a-9eb0-4382-85f3-e28cc6d76fdd", "a44660bc-f087-4242-a8ed-73469924d7f3" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>d535ac8a-9eb0-4382-85f3-e28cc6d76fdd</guid> <guid>a44660bc-f087-4242-a8ed-73469924d7f3</guid> </ArrayOfguid>