getStubInfoFull sample API Call

Example Request getStubInfoFull

  • Input: single Document ID
    URL for use via HTTP request after Digest Authentication is performed:\

    https://mc-api.manuscriptcentral.com/api/s1m/v4/submissions/full/stub/documentids?_type=xml&locale_id=1&site_name=salesdemoplus&ids='20406360'

Example Response: getStubInfoFull

  • The response provides detailed information about the content of the corresponding invited stub manuscript.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
    <status>SUCCESS</status>
    <callId>c9691196-89af-4bc0-a958-0a334193d004</callId>
    <result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="stubInfo">
        <topic>
            <document2topics>
                <assignedFl>true</assignedFl>
                <document>
                    <archiveStatus>NORMAL</archiveStatus>
                    <archiveStatusId>0</archiveStatusId>
                    <authorFullName>hatton, ladonna</authorFullName>
                    <authorORCIDId></authorORCIDId>
                    <authorPersonId>11206255</authorPersonId>
                    <documentId>20406360</documentId>
                    <documentIdLatest>20406360</documentIdLatest>
                    <documentIdOriginal>20406360</documentIdOriginal>
                    <inputIndex>0</inputIndex>
                    <journalDigitalIssn>5678-1234</journalDigitalIssn>
                    <journalName>Sales Demo Plus</journalName>
                    <preferredPerson>
                        <department></department>
                        <email>[email protected]</email>
                        <firstName>ladonna</firstName>
                        <institution>new</institution>
                        <lastName>hatton</lastName>
                        <personId>11206255</personId>
                        <personTypeName>AUTHOR</personTypeName>
                        <phone></phone>
                        <preferredTypeName>PREFERRED</preferredTypeName>
                    </preferredPerson>
                    <revisionNumber>0</revisionNumber>
                    <submissionId>draft</submissionId>
                    <submissionIdLatest>draft</submissionIdLatest>
                    <submissionIdOriginal>draft</submissionIdOriginal>
                    <submissionStatus>
                        <documentStatusId>9</documentStatusId>
                        <documentStatusName>Invited</documentStatusName>
                        <inDraftFlag>false</inDraftFlag>
                    </submissionStatus>
                </document>
                <documentId>20406360</documentId>
                <hasBeenUpdatedFl>false</hasBeenUpdatedFl>
                <keepAuthorFl>false</keepAuthorFl>
                <lastUpdated>2024-07-26 00:00:00.0</lastUpdated>
                <person2RoleId>120701618</person2RoleId>
                <personId>25724296</personId>
                <stubStatus>Active</stubStatus>
                <submissionDueDateType>Use rolling submission due date</submissionDueDateType>
                <topicId>24107</topicId>
                <trackingNo>1452145</trackingNo>
                <updateSchedNo>1</updateSchedNo>
                <updateSchedOption>Update not required</updateSchedOption>
                <updateSchedPeriod>1</updateSchedPeriod>
                <updateSchedulePeriod>UPDATE_SCHED_PERIOD_DAYS</updateSchedulePeriod>
            </document2topics>
            <id>24107</id>
            <name>Animal husbandry</name>
            <status>Open</status>
            <submissionDueDateType>Use rolling submission due date</submissionDueDateType>
            <submissionDueDateTypeId>30</submissionDueDateTypeId>
            <topicParentName>Agriculture, Forestry & Soils</topicParentName>
            <updateSchedNo>0</updateSchedNo>
            <updateSchedOption>Update not required</updateSchedOption>
            <updateSchedPeriod>0</updateSchedPeriod>
        </topic>
    </result>
</Response>