List People or Groups Involved in an Event

Returns the list of people or groups involved in an event.

 

URL

{WSUrl}/api/events/<EventCode>/involved

 

REQUEST METHOD

GET

 

URL PARAMETER

EventCode: This parameter is provided in the URL and does not need to be sent through GET.

 

REQUEST EXAMPLE

{WSUrl}/api/events/EVTC201105000052/involved

 

SUCCESS RESPONSE

List of objects with information on the people involved in the event specified.

[

{"Id" : "29432a40-a295-11e0-8796-001ec91f4b0a", "Name" : "Administrator", "Type" : "Person"},

{"Id" : "477594b4-bd43-11e0-94f0-001ec91f4b0a", "Name" : "Administrative Group ", "Type" : "Group"}

]