Skill Level: 
Advanced

Resource URI

GET http://events.unl.edu/api/{calendar}/event/{id}

Resource Properties

Property Description
calendar (in URI) String: The shortname of the calendar on which to find this event.
id (in URI) ID: The ID number of the event to get.

Returns

An event object.

Request Example

curl https://events.unl.edu/api/my_calendar/event/101710?api_token=my_token {"id":"101710", "title":"Test", "subtitle":null, "othereventtype":null, "description":"A Great Event.", "shortdescription":null, "refreshments":null, "classification":null, "approvedforcirculation":"1", "transparency":null, "status":null, "privatecomment":null, "otherkeywords":null, "imagetitle":null, "imageurl":null, "webpageurl":null, "listingcontactuid":null, "listingcontactname":null, "listingcontactphone":null, "listingcontactemail":null, "icalendar":null, "imagedata":null, "imagemime":null, "datecreated":"2017-01-31 11:07:19", "uidcreated":"s-user1", "datelastupdated":"2017-01-31 11:07:19", "uidlastupdated":"s-user1"}
Contributed By: 
IIM