Event

Methods for retrieving, inserting updating and deleting event records

APIDescription
GET Event?SystemAPIKey={SystemAPIKey}&SiteAPIKey={SiteAPIKey}&ExternalID={ExternalID}

Gets specific event

POST Event?SystemAPIKey={SystemAPIKey}&SiteAPIKey={SiteAPIKey}

Adds or updates an event

DELETE Event?SystemAPIKey={SystemAPIKey}&SiteAPIKey={SiteAPIKey}&ExternalID={ExternalID}

Cancels an event

EventTracks

Methods for finding events at a specific site

APIDescription
GET EventTracks?SystemAPIKey={SystemAPIKey}&SiteAPIKey={SiteAPIKey}&EventExternalID={EventExternalID}

Returns a list of Tracks for a specific event

EventSearch

Methods for finding events at a specific site

APIDescription
GET EventSearch?SystemAPIKey={SystemAPIKey}&SiteAPIKey={SiteAPIKey}&SiteExternalID={SiteExternalID}&StartDate={StartDate}&EndDate={EndDate}

Returns a list of EventSearchResult between two dates (maximum one week)

Test

Just a simple test method to help you get setup. This is the one shown on the home page.

APIDescription
GET Test?TestParameter={TestParameter}

Returns a string containing your parameter

EventTribute

Methods for retrieving visual tribute information for events

APIDescription
GET EventTribute?SystemAPIKey={SystemAPIKey}&SiteAPIKey={SiteAPIKey}&EventExternalID={EventExternalID}

Returns the processed notification details for a specific event's visual tribute setup by Wesley Media. If the tribute has not yet been setup the response may return successful: false with the message "No tribute information found for this event". PLEASE NOTE: In the test environment, this method will always return an example tribute due to data requiring tribute setup by Wesley Media.