getExternalDocumentIdsFull

getExternalDocumentIdsFull submits a request consisting of a ScholarOne submission integration key and date range no longer than one week. The response includes details on all attempted external submissions associated with the provided integration key and within the specified date range.

Required Parameters

  • from_time
  • to_time
  • Integration_key (For submission integrators, this is the value contained in the element in the header of the .go file)

Optional Parameters

  • Locale ID
  • _type

Resource

  • api/s1m/v2/submissions/full/externaldocids

Request Parameters

Request Element/

Example or Default Value

getExternalDocumentIdsFull

TypeDescriptionReq
username
sample_user
String"Profile” Username.
This designation refers to the username used within the application system, distinct from a ScholarOne Manuscripts user. This information is sourced from the caller's profile.
Yes
Password
SRU4DQ5WOJ2PX8CA
StringThe API Key
Encrypted value uniquely identifying/authenticating Caller
Yes

from_time
'2025-04-01 00:00:00.000000'

*Dates are required and in UTC format

dateTimeIndicates the start date for the specified date range.
*The date range specified by the from_time and to_time parameters must not exceed one week.
Yes

to_time
'2025-04-07 23:59:59.999999'

*Dates are required and in UTC format

dateTimeIndicates the end date for the specified date range.
*The date range specified by the from_time and to_time parameters must not exceed one week.
Yes
integration_key
2da1b4dc-6240-4a17-9b4e-2be929574a73
StringThe submission integration key uniquely identifying integration. This is the value contained in the element in the header of the .go fileYes
site_name
salesdemoplus
StringSite short name. The short name is the abbreviated or truncated name of the journal, society, publisher, or family.Yes
url
v2/submissions/full/externaldocids
StringThe Web Service URL, which identifies the specific service to handle the request.Yes
locale_id
Options are:
1 (United States English)
2 (Simplified Chinese, Pinyin ordering)
3 (French)
IntegerThe unique identifier for a specific language. The value of the locale_id must match to the specific language as defined in the caller’s ScholarOne Manuscripts profile.No
_type
Can be xml (default if omitted), or json
StringThe data type requested from the Service xml or json. This defaults to xmlNo

Response Elements

Response Element

getExternalDocumentIdsFull

TypeDescriptionExample or default value
StatusStringState of a given request call

Can be one of SUCCESS, FAILURE, or MAINTENANCE.

<status>SUCCESS</status>

callIDStringThe CALL_ID is the unique identifier for a given Web Services call. Generated by the ScholarOne Web Services application.<callId>63631fe1-7378-4cc1-ab18-87c06c2eff58</callId>
profileCallIdStringAn id value that is set by the client for call tracking. Set by the request’s external_id element.<profileCallId>111111</profileCallId>
dateTimeProcesseddateTimeThe datetime when ScholarOne processed the ingestion package.<dateTimeProcessed>2020-06-08 07:58:47.45859</dateTimeProcessed>
documentIdIntegerThe document ID of the created draft (returned only upon successful ingestion).<documentId>1035693</documentId>
externalDocumentIdStringThe unique identifier assigned by the sending system to the document.<externalDocumentId>ex-sys-94586942</externalDocumentId >
failureErrorCodeIntegerThe error code associated with the ingestion failure experienced (only appears for failures)<failureErrorCode >31</failureErrorCode >
siteShortNameStringShort name of the ingestion's target site on ScholarOne.<siteShortName>salesdemoplus</siteShortName>
submissionIdStringDisplays the manuscript ID for drafts that have been successfully submitted and ingested intoS1 from their initial draft state. If the ingestion process has not yet been completed, the field will display "Draft" instead.
<submissionId>sdp-2020-4356a\</submissionId>
<submissionId >draft</submissionId>
transferDocumentIdStringA unique identifier assigned to a document upon successful ingestion from the draft state. This ID remains consistent across document versions and journal transfers.
(Note: Only applicable to successfully ingested submissions originating from the draft state.)
<transferDocumentId>
23abe1b1-31b1-4db3-ac33-50e7a8ae051d
</transferDocumentId>