Documentation

GET event/{id}

Used for

getting the information of a specific event.

Authentication

Anonymous access allowed.

Parameters

Parameter Description Required Example
id ID of the event Yes 2012-08-08_1

Example

Getting the information of event 2012-08-08_1.

GET api/rest/event/2012-08-08_1 
Response: 
{
  "event_id": "2012-08-08_1",
  "object_desc": "Hiking",
  "event_desc": "Hiking in summer",
  "DateFrom": "2012-08-08 10:00:00",
  "DateTill": "2012-08-08 12:00:00",
  "location": "forest",
  "Booked": "6",
  "Free": "4"
}