GET api/Event/{id}
Gets event with a given event id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Id of event |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ChoirEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Title | string |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| Conductor | string |
None. |
|
| Contributors | string |
None. |
|
| Tickets | string |
None. |
|
| TicketUrl | string |
None. |
|
| TicketLinkText | string |
None. |
|
| Soloists | string |
None. |
|
| Location | string |
None. |
|
| Ingress | string |
None. |
|
| Description | string |
None. |
|
| PublishDate | date |
None. |
|
| IndexOrder | string |
None. |
|
| ArchiveId | globally unique identifier |
None. |
|
| DateEnteredAsText | string |
None. |
|
| DateUncertaintyMask | string |
None. |
|
| DateAsText | string |
None. |
|
| PublicEventId | globally unique identifier |
None. |
|
| ConcertContents | Collection of ConcertContentForPublicEvent |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.