Sample Response: JSON

{
    "identities": [
        {
            "pbKey": "Pb Key",
            "fullName": "Full Name",
            "ageRange": "Age Range",
            "gender": "Gender",
            "location": "Location",
            "coreId": "CoreId",
            "details": {
                "name": {
                    "given": "Name",
                    "family": "Family"
                },
                "age": {
                    "value": "Value",
                    "range": "Range"
                },
                "demographics": {
                    "maritalStatus": "MaritalStatus",
                    "occupation": "Occupation"
                },
                "photos": [
                    {
                        "label": "label",
                        "value": "Value"
                    },
                    {
                        "label": "label",
                        "value": "Value"
                    }
                ],
                "profiles": {
                    "twitter": {
                        "username": "Username",
                        "userid": "Userid",
                        "url": "Url",
                        "bio": "#BIO",
                        "service": "twitter",
                        "followers": "Followers",
                        "following": "Following"
                    },
                    "linkedin": {
                        "username": "Username",
                        "userid": "Userid",
                        "url": "Url",
                        "bio": "#BIO",
                        "service": "linkedin",
                        "followers": "Followers",
                        "following": "Following"
                    }
                },
                "urls": [
                    {
                        "value": "Value"
                    }
                ],
                "education": [
                    {
                        "name": "UniversityName",
                        "degree": "Degree",
                        "end": {
                            "year": "Year"
                        }
                    },
                    {
                        "name": "UniversityName",
                        "degree": "Degree",
                        "end": {
                            "year": "Year"
                        }
                    }
                ],
                "employment": [
                    {
                        "name": "Name",
                        "current": "Current",
                        "title": "Title",
                        "start": {
                            "year": "Year",
                            "month": "Month"
                        },
                        "end": {
                            "year": "Year",
                            "month": "Month"
                        }
                    }
                ]
            }
        }
    ]
}