Authentication and common parameters

Authentication

The authentication is based on a token in the endpoint main URL: 

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

(Deprecated)
https://s3.amazonaws.com/goeventweb-static.greencopper.com/<hash>/<project_tag>/assets/widgets/

Note: There is no OAuth or HTTP Auth authentication for the time being.

Common endpoint parameters

All the endpoint methods are using common parameters, explained below.

Endpoint common URL

Lists (contains most common fields)
https://s3.amazonaws.com/goeventweb-static.greencopper.com/<hash>/<project_tag>/data/<lang>/<object_type>.json

Specific objects (contains full list of fields)
https://s3.amazonaws.com/goeventweb-static.greencopper.com/<hash>/<project_tag>/data/<lang>/<object_type>/<object_id>.json

(Deprecated)
https://s3.amazonaws.com/goeventweb-static.greencopper.com/<hash>/<project_tag>/assets/widgets/<method_name>/widget_items_<lang>.json

Request parameters

ParameterMandatoryDescription
project_tagX

The unique project tag.

Value: "projectname-year" (e.g. "festivalname-2014")

hashX

The hash of the project, unique and know only by you and Greencopper. 

Value: A random hash

langX

The language code in which the data will be returned.
Only the languages set to the project in gomanager tool are available.
If only one language is set for the project, the language code is always the same between calls.
The language code follow the ANSI NISO-Z39.

Value: "eng", "fre", "ger", etc.