API - Schedule export

The schedule export API aims to allow technical developers to get all events, artists and schedule information, to display them on web, or screens during the event.

All the data feed into the "schedule" area of the gomanager tool is available from the Schedule export API.
There are 8 main endpoints to get those data: events, event detail, artists, artist detail, venues, venue detail, grid and timeline.

Global architecture schema

Authentication

The schedule export API can be used both server or client side.

More information on the authentication.

Images format

Images defined for events, artists, and venues can be retrieved in 3 different formats: large, normal, thumbnail.
For each size, we can define the format (square, rectangle, etc.), and if the image must be cropped to fit the size or not. 

More information on images format.

Endpoint

Endpoint main URL

http://s3.amazonaws.com/goeventweb-static.greencopper.com/<hash>/<project_tag>/

The <hash> is a security parameter that is unique to your project.
The <project-tag> parameter identifies your project in a unique way.

Before trying to call the API, you must ensure you get both your <hash> and your <project-tag> parameters from the Greencopper team.

Main endpoint URLs

(Deprecated) Endpoint

Endpoint main URL

http://s3.amazonaws.com/goeventweb-static.greencopper.com/<hash>/<project_tag>/assets/widgets/

The <hash> is a security parameter that is unique to your project. 

The <project-tag> parameter identifies your project in a unique way.

Before trying to call the API, you must ensure you get both your <hash> and your <project-tag> parameter from the Greencopper team. 

Main endpoint URLs

FAQ

If you encounter any issue with the implementation, please have a look to the Frequently Asked Questions.
Otherwise, you can contact Greencopper team, we will be happy to help you.