Integration a Digital Signage System With Event Temple
Event Listing
A common use case is for the sales and catering system to provide the digital signage software with a list of upcoming events, including the event name, date, time, event type, number of attendees and other information.
Digital signage vendors can regularly poll our eventsAPI to get an up-to-date listing for the events. You can filter the results by start_date
to get a full list of events happening on a specific date:
GET /v2/events?filter[start_date][eq]=2023/02/02 HTTP/1.1
Host: api.eventtemple.com
Content-Type: application/vnd.api+json
X-Api-Key: d6791c28408d49099af28051e8813d5e
X-Api-Org: e683b7da713ec0d87645b36db72eee58
Updated about 1 year ago