GetUpdatedEvents
Description
Gets the updated events.
Url Template
https://api.seatwave.com/v2/discovery/events/updated?apikey={apiKey}&siteId={siteid}&pgnumber={pageNumber}&pgsize={pageSize}&updatedSince={updatedSince}
Sample URL
https://api.seatwave.com/v2/discovery/events/updated?apikey=4739E4694D0E482A92C9D0B478D83934
Authentication
Supply a valid API key via the apikey query string.
Parameters
- apiKey Valid API key required for authentication
- siteId Detemines the language and currency of the data in the response
- pageNumber [OPTIONAL] Page (if not supplied or 0 defaults to 1)
- pageSize [OPTIONAL] Page size (if not supplied or 0 defaults to 50)
- updatedSince Date time after which entities have been updated
Response
- JSON
{"Status":{"Version":"2.0","TimeStampUtc":"\/Date(1524233581000+0100)\/","Code":0,"Message":"Success","Details":""},"Paging":{"PageNumber":1,"PageSize":1,"PageResultCount":1,"TotalResultCount":139,"TotalPageCount":139},"Events":[{"Id":1135773,"Date":"\/Date(1529078400000+0100)\/","Details":"OTR II","EventGroupName":"Jay-Z and Beyonce","VenueName":"London Stadium","Town":"London","Country":"UK","TicketCount":287,"Currency":"GBP","MinPrice":120,"SwURL":"http:\/\/www.seatwave.com\/jay-z-and-beyonce-tickets\/london-stadium-tickets\/15-june-2018\/perf\/1135773?affid=167&appid=20115826","EventGroupImageURL":"http:\/\/stwv-s3.global.ssl.fastly.net\/filestore\/seasonmainpicture\/jayzandbeyonce_66704_1_1_20180314110018.jpg","LayoutId":32169,"EventGroupId":66704,"VenueId":20821,"OnSaleDate":"\/Date(1521795031000+0000)\/","SwSellURL":"http:\/\/www.seatwave.com\/sellticketdetails?performanceId=1135773&affid=167&appid=20115826"}]}
- XML
-
Events
- Id The id
- Date Date and time of the event
- EventGroupName The name of the artist, performer, sports team etc.
- Details Additional details such as the name of the support act or in the case of a sports event Team A vs Team B
- VenueName Name of the venue
- Town The venue town
- Country The venue country
- TicketCount The number of available tickets
- Currency The minimum price currency (standard 3 letter code)
- MinPrice The mininum price price of a ticket
- SwURL URL of the Seatwave event page. This will redirect via an affiliate platform when one has been specified.
- EventGroupImageURL Artist or performer image URL
- LayoutId ID of the seating layout
- EventGroupId ID of the parent event group
- VenueID ID of the venue
-
Status A status object is returned with every response. It contains details of the success or failure of the request.
- Version API version
- TimeStampUtc UTC time stamp
- Code Error code, 0 indicates success
= 0: Success
= 1: Missing / Invalid Version Number
= 10: Missing / Invalid API Key
= 11: Missing / Invalid Time Stamp
= 12: Missing / Invalid Token
= 20: Authorisation Error
= 21: Not authorised to access purchase
= 22: Not authorised to access posting
= 30: Invalid Input
= 31: Invalid Client Delivery Details
= 100: Unable to hold tickets
= 101: Unable to confirm tickets
= 200: Unable to hold tickets
= 1000: API Error - Message Code description
- DelegateAuthorisationCode Error code, 0 indicates success
- DelegateAuthorisationMessage Authorisation code description
- Details Further details of the error
-
Paging A paging object is returned with every response that contains a list of entities. It provides details of the total entity count and page size and number.
- PageNumber The page number of the entities returned
- PageSize The page size of the entities returned
- PageResultCount Number of entities returned in this page
- TotalResultCount Total number of entities
- TotalPageCount Total page count.