(Deprecated) GET /grid/widget_tags_<lang>.json - List of shows tags

Get the list of shows tags.
For each tag, all the tag information are given (id, title, and color).

Endpoint URL

https://s3.amazonaws.com/goeventweb-static.greencopper.com/<hash>/<project_tag>/assets/widgets/grid/widget_tags_<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 tags.
For each tag, the associated id, title, and color (HTML code "#XXXXXX"). 

Response format

JSON

Response sample

{
    "67": {
        "id": "67",
        "title": "Day",
        "color": "#C0C000"
    },
    "68": {
        "id": "68",
        "title": "Night",
        "color": "#00C0C0"
    },
    ...
}