Select a Platform
- Home
- Quick Overview
- App Manager
- SDKs
- Features
- REST API
- API Intro
- App Authentication
- Application Data
- Custom Auth
- Custom Data
- Events
- Events Intro
- Event Add
- Event Get
- Event Update
- Event Comment Add
- Event Comment Delete
- Event Comments Get
- Event Comment Update
- Event Participant Invite
- Event Participants Invite
- Event Participants Get
- Event Participant Delete
- Event Request Invitation
- Event RSVP
- Events Search
- Events Search by Person ID
- Event AppData Add
- Event AppData Delete
- Event AppData Get
- Event AppData Get All
- Event AppData Update
- Friends
- GeoCode
- Locations
- Notifications
- Persons
- Definitions
- Enums
Event Get
Description
Returns the specified Event record.
Endpoints
https://service.proxomo.com/v09/json/event/{EventID}
https://service.proxomo.com/v09/xml/event/{EventID}
HTTP Method
GET
URL Parameters
| Name | Data Type | Required? | Notes |
|---|---|---|---|
| AppDataID | String | Yes | Unique identifier of the Event record being requested |
JSON Sample
Request:
GET: https: //service.proxomo.com/v09/json/event/laefC9diAkNws4hC
Response:
JSON GET Result:
{
"Address1": null,
"Address2": null,
"AppData": [],
"City": null,
"CountryCode": null,
"CountryName": null,
"Description": "Test Event Descr",
"EndTime": "\/Date(1329601556000+0000)/",
"EventName": "Test Event",
"EventType": null,
"ID": "laefC9diAkNws4hC",
"ImageURL": null,
"LastUpdate": "\/Date(-62135596800000+0000)/",
"Latitude": 37.416488999999999,
"LocationID": "EUTh8SnRpWyXi3Jp",
"Longitude": -122.01371,
"MaxParticipants": 0,
"MinParticipants": 100,
"Notes": null,
"PersonID": "NM77fyFfH32sG9CK",
"PersonName": "Tester",
"Privacy": 2,
"StartTime": "\/Date(1328996756000+0000)/",
"State": null,
"Status": 0,
"Zip": null
}
JSON GET Result:
{
"Address1": null,
"Address2": null,
"AppData": [],
"City": null,
"CountryCode": null,
"CountryName": null,
"Description": "Test Event Descr",
"EndTime": "\/Date(1329601556000+0000)/",
"EventName": "Test Event",
"EventType": null,
"ID": "laefC9diAkNws4hC",
"ImageURL": null,
"LastUpdate": "\/Date(-62135596800000+0000)/",
"Latitude": 37.416488999999999,
"LocationID": "EUTh8SnRpWyXi3Jp",
"Longitude": -122.01371,
"MaxParticipants": 0,
"MinParticipants": 100,
"Notes": null,
"PersonID": "NM77fyFfH32sG9CK",
"PersonName": "Tester",
"Privacy": 2,
"StartTime": "\/Date(1328996756000+0000)/",
"State": null,
"Status": 0,
"Zip": null
}
