GET api/MobileEvent/GetMobileEventUser?eventId={eventId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eventId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VMobileEventUsersNone.
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.