GET event

URL

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

Method

GET

Response format

JSON


Response sample

{
  "_id": 48, 
  "description": "<p>Test description</p>", 
  "description2": null, 
  "discoverable": true, 
  "external_id": null, 
  "generic1": null, 
  "generic2": null, 
  "generic3": null, 
  "generic4": null, 
  "generic5": null, 
  "generic6": null, 
  "link1": null, 
  "link2": null, 
  "link3": null, 
  "link4": null, 
  "link5": null, 
  "link6": null, 
  "photo2Credit": null, 
  "photoCredit": null, 
  "photo_suffix": "20170619043816_11537017", 
  "photo_suffix2": "", 
  "slug": "test-event-1",
  "sort_order": null, 
  "subtitle": "Test subtitle", 
  "tags": [
    46
  ], 
  "title": "Test event 1"
}