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

Gets events within a given date range

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fromDate

From date

date

Required

toDate

To date

date

Required

ticketUrlFilter

Set to restrict 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 starting in the given date range

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.