GET api/MobileEvent/GetMobileEventUser?eventId={eventId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of VMobileEventUsers

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVMobileEventUsers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <VMobileEventUsers />
  <VMobileEventUsers />
</ArrayOfVMobileEventUsers>

multipart/form-data

Sample:

Sample not available.