TicketUserServices

<back to all web services

GetEventDetails

Requires Authentication
Requires any of the roles:Admin, TeamAdmin, MobileAppRequires the permission:ReadData
The following routes are available for this service:
GET POST/eventDetails/Reference/{ReferenceId}
GET POST/eventDetails/{Id}
GetEventDetails Parameters:
NameParameterData TypeRequiredDescription
Idpathint?No
ReferenceIdpathstringNo
EventDetails Parameters:
NameParameterData TypeRequiredDescription
IDformintNo
NameformstringNo
DescriptionformstringNo
ExternalReferenceformstringNo
TimeOfEventformDateTimeNo
EventLocationIdformint?No
EventSeriesIdformint?No
EventOwnerIdformint?No
EventActiveformboolNo
EventOwnerNameformstringNo
ExternalOwnerIdformstringNo
TeamAwayIdformstringNo
TeamAwayNameformstringNo
EventSeriesNameformstringNo
EventLocationNameformstringNo
LatitudeformdecimalNo
LongitudeformdecimalNo
DefaultValuesformstringNo
ExternalReferenceTypeformstringNo
EventSeriesActiveformbool?No
AllowedKsiCardformstringNo
SeriesIdformstringNo
SeriesShowByDefaultformbool?No
PostponedNoDateformbool?No
AwayTeamExternalIdformstringNo
SportGenderIdformstringNo
ExternalIdTypeformstringNo
SeriesEventSaleSuspendedformbool?No
SeriesSaleSuspensionEventStartDateformDateTime?No
SeriesSaleSuspensionEventEndDateformDateTime?No
SaleIsActiveformbool?No
HideEventformbool?No
ImageUrl2formstringNo
DirectAccessCodeformstringNo
ImageUrlformstringNo
DetailedDescriptionformstringNo
OwnerImageUrlformstringNo
OwnerImageUrl2formstringNo
OwnerCardsNotAllowedformbool?No
SeatingImageUrlformstringNo
EndOfEventformDateTime?No
EndOfEventUTCformDateTime?No
TimeZoneformstringNo
TimeOfEventUTCformDateTime?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /eventDetails/Reference/{ReferenceId} HTTP/1.1 
Host: stubbur-autoupdates-live.smartnewapis.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	id: 0,
	referenceId: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	id: 0,
	name: String,
	description: String,
	externalReference: String,
	timeOfEvent: 0001-01-01,
	eventLocationId: 0,
	eventSeriesId: 0,
	eventOwnerId: 0,
	eventActive: False,
	eventOwnerName: String,
	externalOwnerId: String,
	teamAwayId: String,
	teamAwayName: String,
	eventSeriesName: String,
	eventLocationName: String,
	latitude: 0,
	longitude: 0,
	defaultValues: String,
	externalReferenceType: String,
	eventSeriesActive: False,
	allowedKsiCard: String,
	seriesId: String,
	seriesShowByDefault: False,
	postponedNoDate: False,
	awayTeamExternalId: String,
	sportGenderId: String,
	externalIdType: String,
	seriesEventSaleSuspended: False,
	seriesSaleSuspensionEventStartDate: 0001-01-01,
	seriesSaleSuspensionEventEndDate: 0001-01-01,
	saleIsActive: False,
	hideEvent: False,
	imageUrl2: String,
	directAccessCode: String,
	imageUrl: String,
	detailedDescription: String,
	ownerImageUrl: String,
	ownerImageUrl2: String,
	ownerCardsNotAllowed: False,
	seatingImageUrl: String,
	endOfEvent: 0001-01-01,
	endOfEventUTC: 0001-01-01,
	timeZone: String,
	timeOfEventUTC: 0001-01-01
}