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
AppData
AppData is used throughout Proxomo for data storage. Think of AppData as a hybrid Key/Value data store. In addition to the standard Key/Value information you can also store an ObjectType as a way to group data (think of it like a category). When you search Proxomo for information you can use ObjectType as a search field to retrieve groups of data.
Data Fields
| Name | Data Type | Required | Description |
|---|---|---|---|
| ID | String | Yes | Proxomo assigned unique identifier |
| Key | String | Yes | Developer defined identifier |
| Value | String | Yes | Developer defined value |
| ObjectType | String | No | Developer defined category identifier |
Examples
XML
JSON
