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 Get
Description
Returns the specified person record.
Endpoints
https://service.proxomo.com/v09/json/person/{PersonID}
https://service.proxomo.com/v09/xml/person/{PersonID}
HTTP Method
GET
URL Parameters
| Name | Data Type | Required | Notes |
|---|---|---|---|
| PersonID | String | Yes | Unique identifier of the Person to return. |
Returns
Requests Person record.
JSON Sample
Request:
GET: https: //service.proxomo.com/v09/json/person/NM77fy3FcD2sG9CK
Response:
JSON Result: {
"AppData": [{
"ID": "1ZqhhfUAtFBoEIEx",
"Key": "PersonKey-9",
"ObjectType": "PROXOMO",
"Value": "PersonData-9"
}, {
"ID": "1gac7anNLemEpDlR",
"Key": "PersonKey-8",
"ObjectType": "PROXOMO",
"Value": "Update Value"
}, {
"ID": "1lRbT9fLhgkxwGbf",
"Key": "PersonKey-3",
"ObjectType": "PROXOMO",
"Value": "Update Value"
}, {
"ID": "1ufVHI8N8PdY1Pw9",
"Key": "PersonKey-6",
"ObjectType": "PROXOMO",
"Value": "Update Value"
}, {
"ID": "25Vh7NaBbbsITzyN",
"Key": "PersonKey-2",
"ObjectType": "PROXOMO",
"Value": "PersonData-2"
}, {
"ID": "2jOEFn8h8cOeGBZQ",
"Key": "PersonKey-3",
"ObjectType": "PROXOMO",
"Value": "Update
Value"
}, {
"ID": "3TMaiO4NHc4nzYGr",
"Key": "PersonKey-3",
"ObjectType": "PROXOMO",
"Value": "Update Value"
}],
"EmailAddress": "joe@proxomo.com",
"EmailAlerts": false,
"EmailVerificationCode": "2JY73iQaJojbTCHs",
"EmailVerificationStatus": 0,
"EmailVerified": true,
"FacebookID": "703111367",
"FirstName": "Joe",
"FullName": "Joe Proxomo",
"ID": "NMfabcdfH32sG9CK",
"ImageURL": "http:\/\/profile.ak.fbcdn.net\/hprofile-ak-snc4\/332397_723439667_1343204193_q.jpg",
"LastLogin": "\/Date(1328929167000+0000)/",
"LastName": "Proxomo",
"MobileAlerts": false,
"MobileNumber": "",
"MobileVerificationCode": "biXVAa3lljbRltDC",
"MobileVerificationStatus": 0,
"MobileVerified": false,
"TwitterID": "",
"UTCOffset": -5,
"UserName": ""
}
JSON Result: {
"AppData": [{
"ID": "1ZqhhfUAtFBoEIEx",
"Key": "PersonKey-9",
"ObjectType": "PROXOMO",
"Value": "PersonData-9"
}, {
"ID": "1gac7anNLemEpDlR",
"Key": "PersonKey-8",
"ObjectType": "PROXOMO",
"Value": "Update Value"
}, {
"ID": "1lRbT9fLhgkxwGbf",
"Key": "PersonKey-3",
"ObjectType": "PROXOMO",
"Value": "Update Value"
}, {
"ID": "1ufVHI8N8PdY1Pw9",
"Key": "PersonKey-6",
"ObjectType": "PROXOMO",
"Value": "Update Value"
}, {
"ID": "25Vh7NaBbbsITzyN",
"Key": "PersonKey-2",
"ObjectType": "PROXOMO",
"Value": "PersonData-2"
}, {
"ID": "2jOEFn8h8cOeGBZQ",
"Key": "PersonKey-3",
"ObjectType": "PROXOMO",
"Value": "Update
Value"
}, {
"ID": "3TMaiO4NHc4nzYGr",
"Key": "PersonKey-3",
"ObjectType": "PROXOMO",
"Value": "Update Value"
}],
"EmailAddress": "joe@proxomo.com",
"EmailAlerts": false,
"EmailVerificationCode": "2JY73iQaJojbTCHs",
"EmailVerificationStatus": 0,
"EmailVerified": true,
"FacebookID": "703111367",
"FirstName": "Joe",
"FullName": "Joe Proxomo",
"ID": "NMfabcdfH32sG9CK",
"ImageURL": "http:\/\/profile.ak.fbcdn.net\/hprofile-ak-snc4\/332397_723439667_1343204193_q.jpg",
"LastLogin": "\/Date(1328929167000+0000)/",
"LastName": "Proxomo",
"MobileAlerts": false,
"MobileNumber": "",
"MobileVerificationCode": "biXVAa3lljbRltDC",
"MobileVerificationStatus": 0,
"MobileVerified": false,
"TwitterID": "",
"UTCOffset": -5,
"UserName": ""
}
