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
Defines an Event in Proxomo.
Data Fields
| Name | Data Type | Required | Description |
|---|---|---|---|
| Address1 | String | No | Address Location information. |
| Address2 | String | No | Address Location information. |
| AppData | Array of AppData | No | Associates application specific information with this Event. |
| City | String | No | City Location information. |
| CountryCode | String | No | Country Code Location information. |
| CountryName | String | No | Country Name Location information. |
| Description | String | Yes | User supplied description text. |
| EndTime | DateTime | Yes | Date and Time when this Event ends. |
| EventName | String | Yes | User supplied Name for this Event. |
| EventType | String | No | Developer defined event category. EventType can be used in event searches to return events of a specific type. |
| ID | String | Yes | Proxomo assigned unique identifier. |
| ImageURL | String | No | Image URL for this Event. |
| LastUpdate | DateTime | No | Date and Time of the last update to this Event. |
| Latitude | Double | Yes | Latitude Location information. |
| LocationID | String | No | ID of the Location associated with this Event. |
| Longitude | Double | Yes | Longitude Location information. |
| MaxParticipants | Integer | Yes | Maximum number of EventParticipants. |
| MinParticipants | Integer | Yes | Minimum number of EventParticipants. |
| Notes | String | No | User supplied notes text. |
| PersonID | String | Yes | ID of the Person who created this Event. |
| PersonName | String | Yes | Name of the Person who created this Event. |
| Privacy | Integer of EventPrivacy | Yes | Indicates the privacy settings for this Event. |
| StartTime | DateTime | Yes | Date and Time when this Event starts. |
| State | String | No | State Location information. |
| Status | Integer of EventStatus | Yes | Indicates the status of this Event. |
| Zip | String | No |
Zip Code Location information. |
