getPersonByID sample

Example Request getPersonByID

  • Input: Standard required request parameters
    URL for use via HTTP request after Digest Authentication is performed:

https://api.abstractcentral.com/api/s1a/v3/abstracts/full/personsbyid?ids='7724557'&site_name=acdemo&_type=xml

Example Response: getPersonByID

  • The getPersonByID API call retrieves detailed metadata for the individual associated with the personID 4039105 and the site name acdemo. The response includes comprehensive information covering the individual's personal, professional, and account-related details.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
    <status>SUCCESS</status>
    <callId>c2eaab00-d6c3-4ca1-b721-baf289b7429a</callId>
    <result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="abstractsPersonsDTO">
        <person>
            <accountStatus>Active</accountStatus>
            <address1>Erich Inst of MS</address1>
            <address2>strasse 12</address2>
            <city>Leoben</city>
            <country>Austria</country>
            <degree></degree>
            <department></department>
            <email>[email protected]</email>
            <fax></fax>
            <fname>John</fname>
            <id>7099300</id>
            <institution>Acad of Sciences</institution>
            <lastLoggedIn>2023-06-10 10:08:26.677</lastLoggedIn>
            <linkedin></linkedin>
            <lname>Grammaticus</lname>
            <memberId>00041650</memberId>
            <mname>H.</mname>
            <personDetails>
                <detailGroup>
                    <detail>
                        <detailName>Primary Institution Type</detailName>
                        <id>248041</id>
                        <responseName>ACADEMIC</responseName>
                        <responseValue>ACADEMIC</responseValue>
                    </detail>
                    <id>24010</id>
                </detailGroup>
            </personDetails>
            <phone>+804-109</phone>
            <postalCode>B-8700</postalCode>
            <potentialReviewerFl></potentialReviewerFl>
            <profTitle></profTitle>
            <salutation></salutation>
            <stateAbbrev></stateAbbrev>
            <stateName></stateName>
            <suffix></suffix>
            <twitter></twitter>
            <userId>JGrammfall2022hwjm</userId>
            <userRoles>
                <roleName>Abstract Submission</roleName>
                <roleName>Breaking News Submission</roleName>
            </userRoles>
        </person>
    </result>
</Response>