Documentation for Developers by Developers

Select a Platform

Person AppData Get All

Description

Returns all AppData records for a Person record.

Endpoints

https://service.proxomo.com/v09/json/person/{PersonID}/appdata
https://service.proxomo.com/v09/xml/person/{PersonID}/appdata
 

HTTP Method

GET
 

URL Parameters

Name Data Type Required Notes
PersonID String Yes Unique identifier of the Person record to return AppData records for.

Returns

Array of AppData records.

 

JSON Sample

Request:
GET: https: //service.proxomo.com/v09/json/person/NM77fyFfH32sG9CK/appdata

Response:
JSON GET Result:
[{
    "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"
}]

So many developers use Proxomo What are you waiting for?

SIGN ME UP