TicketmasterClient.EventGetAsync Method

Definition

Get event details

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Ticketmaster.Models.EventGetResponse> EventGetAsync(string id, string locale = default, object[] domain = default, System.Threading.CancellationToken cancellationToken = default);
abstract member EventGetAsync : string * string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Ticketmaster.Models.EventGetResponse>
override this.EventGetAsync : string * string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Ticketmaster.Models.EventGetResponse>
Public Overridable Function EventGetAsync (id As String, Optional locale As String = Nothing, Optional domain As Object() = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EventGetResponse)

Parameters

id
String

ID

locale
String

Locale

domain
Object[]

Domain

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get event details response.

Remarks

Get details for a specific event using the unique identifier for the event. This includes the venue and location, the attraction(s), and the Ticketmaster Website URL for purchasing tickets for the event

Applies to