getPersonByDate sample

Example Request getPersonByDate

  • 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/personids?site_name=acdemo&Type=xml&from_time='2024-04-01 00:00:00.000000'&to_time='2024-10-20 23:59:59.999999'

Example Response: getPersonByDate

  • The getPersonByDate API call retrieves a list of person IDs based on a specified date range from ScholarOne Conferences system.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
    <status>SUCCESS</status>
    <callId>0fa73752-6d89-4158-a8ae-cc6970c7aca4</callId>
    <result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="abstractsPersonIdsDTO">
        <personIdList>
            <personId>121250</personId>
            <personId>1464540</personId>
            <personId>1544715</personId>
            <personId>4121010</personId>
            <personId>5050114</personId>
            <personId>5389912</personId>
            <personId>6042605</personId>
            <personId>7010611</personId>
            <personId>7099261</personId>
            <personId>7099278</personId>
            <personId>7099295</personId>
            <personId>7099300</personId>
            <personId>7099312</personId>
            <personId>7099315</personId>
            <personId>7099341</personId>
        </personIdList>
    </result>
</Response>