API Method /event/get
This method retrieves the data for a given event. If no authentication is passed, only publicly available events will be returned.
Arguments
eid (required) integer
Event ID.
apikey (required) string
A unique key that the user gets when registering on the site
Example Request
http://eventish.com/api/event/get?eid=362&apikey=5067
Example Response
[{
"ID":"362",
"GroupID":"1",
"UserName":"john",
"UserEmail":"email@example.com",
"Status":null,
"Created":"2010",
"FirstName":"John",
"LastName":"Smith",
.....
"StateName":"Alaska",
"StateCode":"AK"
}]