(Deprecated) GET /timeline/widget_items_dates_<lang>.json - List of shows dates

Get the list of shows dates.
For each date, the raw date, and a formatted one.

Endpoint URL

https://s3.amazonaws.com/goeventweb-static.greencopper.com/<hash>/<project_tag>/assets/widgets/timeline/widget_items_dates_<lang>.json

Request information

Request type

GET

Request parameters

ParameterMandatoryDescription
project_tagX


See common endpoint parameters
for more information

hashX
langX

Response information

A dictionary of all shows dates.
For each date, the raw date in US format (YYYY-MM-DD), and the associated formatted date in short format (Day name + number). 

Response format

JSON

Response sample

[
    {
        "date": "2013-08-23",
        "formattedDate": "Friday 23",
        "gcInfo": "timeline$2013-08-23"
    },
    {
        "date": "2013-08-24",
        "formattedDate": "Saturday 24",
        "gcInfo": "timeline$2013-08-24"
    },
    ...
]