GET api/PersonEvent/Get?eventId={eventId}
Returns the event with the specified ID. The caller must be an attendee in the event in order to access it.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eventId |
event ID to get |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |