getEditorListConfiguration sample API Call

Example Request getEditorListConfiguration

  • Input: Site Short Name, and optional role_type parameter
    URL for use via HTTP request after Digest Authentication is performed:\

    https://mc-api.manuscriptcentral.com/api/s1m/v2/configuration/full/editorList?site_name=salesdemoplus&role_type=EDITOR_IN_CHIEF

Example Response: getEditorListConfiguration

  • The response returns a list of Editors for a specified site, further refined by the optional role_type = EDITOR_IN_CHIEF parameter.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
    <status>SUCCESS</status>
    <callId>52d22516-cf92-4e54-9ee6-a58452844756</callId>
    <result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="configEditorsOutputVO">
        <editorList>
            <editor>
                <email>[email protected]</email>
                <firstName>Luka</firstName>
                <institution>
                    <institutionName>Clarivate Analytics US LLC</institutionName>
                    <ringgoldId>7589</ringgoldId>
                </institution>
                <lastName>Editor</lastName>
                <personId>96566881</personId>
                <roleName>CONFIG_RES:Role:36482:name</roleName>
                <roleType>EDITOR_IN_CHIEF</roleType>
            </editor>
            <editor>
                <email>[email protected]</email>
                <firstName>Yevgeniya</firstName>
                <institution>
                    <institutionName>Clarivate Analytics US LLC</institutionName>
                    <ringgoldId>7589</ringgoldId>
                </institution>
                <lastName>Eic</lastName>
                <personId>96044433</personId>
                <roleName>CONFIG_RES:Role:36482:name</roleName>
                <roleType>EDITOR_IN_CHIEF</roleType>
            </editor>
            <editor>
                <email>[email protected]</email>
                <firstName>Nikola</firstName>
                <institution>
                    <institutionName>Clarivate Analytics US LLC</institutionName>
                    <ringgoldId>7589</ringgoldId>
                </institution>
                <lastName>Editor</lastName>
                <personId>96033336</personId>
                <roleName>CONFIG_RES:Role:36482:name</roleName>
                <roleType>EDITOR_IN_CHIEF</roleType>
            </editor>
        </editorList>
    </result>
</Response>