GET events

URL

https://s3.amazonaws.com/goeventweb-static.greencopper.com/<hash>/<project_tag>/data/<lang>/events.json
(See common endpoint parameters)

Method

GET

Response format

JSON

Response sample

{
  "48": {
    "_id": 48, 
    "photo_suffix": "20170619043816_11537017", 
    "slug": "test-event-1",
    "sort_order": null, 
    "subtitle": "Test subtitle", 
    "tags": [
      46
    ], 
    "title": "Test event 1"
  }, 
  "49": {
    "_id": 49, 
    "photo_suffix": "20170619043845_51da4e37", 
    "slug": "test-event-2",
    "sort_order": null, 
    "subtitle": null, 
    "tags": [
      46
    ], 
    "title": "Test event 2"
  }
}