_Event.getEventDetails(params)

Function to get the list of events.

Example Usage

{% set eventDetails = _Event.getEventDetails({'eventGuid':'d2c5396d-7741-4449-9d24-0d33de3sd530'}) %}

Parameters

An array with following attributes

AttributeTypeRequiredDescription
eventGuidstringyesGUID of the event

Response Example

{
  "eventGuid": "45f56282-f2c1-4012-a513-c2db8c686937",
  "title": "this is my testing event",
  "content": "<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &quot;de Finibus Bonorum et Malorum&quot; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, &quot;Lorem ipsum dolor sit amet..&quot;, comes from a line in section 1.10.32.</p>\n\n\n\n<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &quot;de Finibus Bonorum et Malorum&quot; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, &quot;Lorem ipsum dolor sit amet..&quot;, comes from a line in section 1.10.32.</p>\n",
  "url": "http://test.cognitives.com.au/2017/06/14/480/this-is-my-testing-event",
  "startDate": "Jun 10 2017",
  "endDate": "Jun 12 2017",
  "venue": "D Mall",
  "address": {
    "address1": "5th floor",
    "address2": "NSP",
    "suburb": "NSW",
    "city": "Sydney",
    "state": "Sydney",
    "country": "Australia",
    "postcode": "58965"
  },
  "latitude": "28.6961009",
  "longitude": "77.15270080000005",
  "contactName": "test",
  "contactEmail": "[email protected]",
  "websiteUrl": "http://test.com",
  "createdBy": {
    "name": "test name",
    "email": "[email protected]"
  },
  "media": {
    "image": [
      "https://res.cloudinary.com/cognitives/image/upload/v1497011498/u1neisis7nluqqlokftc.jpg",
      "https://res.cloudinary.com/cognitives/image/upload/v1497011535/nbg9xmdwjrqdzq2wzhap.jpg"
    ],
    "video": [
      "https://res.cloudinary.com/cognitives/video/upload/v1497011532/q5gpjodue1oyrwrwxgcg.mp4"
    ]
  }
}

Response Description

AttributeDescription
eventGuidGUID of the event
titleevent title
excerptevent short description
startDateevent start date
endDateevent end date
createdByEvent Owner
urlURL of the event
venueVenue of the event
addressEvent address
latitudeEvent latitude
longitudeEvent longitude
contactNameEvent contact name
contactEmailEvent contact email
WebsitUrlEvent website
mediaEvent media

Event Owner Details

AttributeDescription
nameName of the event owner
emailEmail of the event owner

Event Media Details

AttributeDescription
imageArray of images
videoArray of videos