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
Person AppData Get
Description
Returns the specified AppData record for a Person record.
Endpoints
https://service.proxomo.com/v09/json/person/{PersonID}/appdata/{AppDataID}
https://service.proxomo.com/v09/xml/person/{PersonID}/appdata/{AppDataID}
HTTP Method
GET
URL Parameters
| Name | Data Type | Required | Notes |
|---|---|---|---|
| PersonID | String | Yes | Unique identifier of the Person to return AppData for. |
| AppDataID | String | Yes | Unique identifier of the AppData record to return. |
Returns
The requested AppData record.
JSON Sample
Request:
GET: https: //service.proxomo.com/v09/json/person/NM77fyFfH32sG9CK/appdata/1ZqhhfUAtFBoEIEx
Response:
JSON GET Result:
{
"ID": "1ZqhhfUAtFBoEIEx",
"Key": "PersonKey-9",
"ObjectType": "PROXOMO",
"Value": "PersonData-9"
}
"ID": "1ZqhhfUAtFBoEIEx",
"Key": "PersonKey-9",
"ObjectType": "PROXOMO",
"Value": "PersonData-9"
}
