GET api/Event?ticketUrlFilter={ticketUrlFilter}&publishDateFilter={publishDateFilter}

Gets all events

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ticketUrlFilter

Set to restrict result to events with TicketURL

boolean

Default value is False

publishDateFilter

Set to restrict to events with publishdate >= today

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

All events registered or only events with TicketURL

Collection of ChoirEvent
NameDescriptionTypeAdditional 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.