getAuthorInfoFull

getAuthorInfoFull sends a request with either a Document ID or IDs, or a Submission ID or IDs, and retrieves detailed metadata about the author or authors of a particular manuscript or group of manuscripts.

Required Parameters

  • Submission ID(s) or Document ID(s) - up to 25
  • Site Short Name

Optional Parameters

  • Locale ID
  • _type
  • External ID

Resource

  • By documentID: /api/s1m/v3/submissions/full/contributors/authors/documentids
  • By submissionID: /api/s1m/v3/submissions/full/contributors/authors/submissionids

Request Parameters

Element Type Description Required Example or Default Value
getAuthorInfoFull Root Yes
username String Profile User Name. This is the user name used by the API, not a ScholarOne Manuscripts user. This is from the Caller’s profile. Yes sample_user
password String The API Key. Encrypted value uniquely identifying and authenticating Caller Yes SRU4DQ5WOJ2PX8CA
ids† Integer or Integer Array Document Id or Ids. Unique identifier for each Manuscript Revision in the ScholarOne Manuscripts system. Internally to ScholarOne, this is a numeric value. Each entry must be surrounded by single or double quotes and comma separated when more than one entry is specified. Yes, if submission IDs are not used. ’88026’ Or if a list is being requested: '88026','88087','89328'
ids†† String or String Array Submission Id or Ids. Also known as the Manuscript ID or Document Number. Identifier that is seen in the ScholarOne UI for each Manuscript. Submission Ids are case-sensitive. Each entry must be surrounded by single or double quotes and comma separated when more than one entry is specified. Yes, if document IDs are not used. 'WEB-2013-0002' Or if a list is being requested: 'WEB-2013-0002','WEB-2013-0003'
site_name String Site short name. The short name is the abbreviated or truncated name of the journal, society, publisher, or family. Yes web_svcs
url String The Web Service URL, which identifies the specific service to handle the request. Yes v3/submissions/full/contributors/authors/documentids
external_id String An id value that can be set by the client for call tracking. Caller supplied Text string to be stored with Audit History information. No 123456
locale_id Integer The unique identifier for a specific language. The value of the locale_id must match to the specific language as defined in the Caller’s profile. No Options are:
  • 1 (United States English)
  • 2 (Simplified Chinese, Pinyin ordering)
  • 3 (French)
_type String The data type requested from the Service <xml> or <json>. This defaults to <xml>. No xml (default if omitted), or json

Response Elements

Response ElementTypeDescriptionExample 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>
authorFirstNameStringThe first or given name of the author.<authorFirstName>Cody</authorFirstName>
authorFullAddressStringConcatenated address fields of the author in the format “address1; address2; address3; city, stateOrProvidence; postalCode; country”<authorFullAddress>350 Greenbrier Dr; Charlottesville, Virginia; 22901; United States</authorFullAddress>
authorFullNameStringThe full name of the author in the format “Lastname Suffix, Salutation Firstname Middlename”. Submitting Author or Submitting Agent.<authorFullName>Hucho, Dr. Tim</authorFullName>
authorLastNameStringThe last name (surname or family name) of the author.<authorLastName>Dupree</authorLastName>
authorMembershipIdStringSociety Membership number of the user.<authorMembershipId>society_123</authorMembershipId>
authorMiddleNameStringThe middle name of the author.<authorMiddleName>J</authorMiddleName>
authorORCIDIdStringThe ORCID is a nonproprietary alphanumeric code to uniquely identify scientific and other academic authors.<authorORCIDId>0000-0002-6167-6691</authorORCIDId>
authorORCIDIdValidationBooleanIndication of whether that author ORCID has been validated by the author.<authorORCIDIdValidation>TRUE</authorORCIDIdValidation>
authorOrderNumberIntegerOrder in which the author is listed on the document. Order number of the author as entered in the Author & Institutions page during submission.<authorOrderNumber>1</authorOrderNumber>
authorPersonIdIntegerA unique numeric identifier associated with a person record (not the user's User ID used for accessing ScholarOne).<authorPersonId>686975</authorPersonId>
authorPrimaryEmailAddressStringThe primary e-mail address of the author.
<authorPrimaryEmailAddress>
[[email protected]]
<authorPrimaryEmailAddress>
authorResearcherIdStringProvides solution to Author ambiguity by assigning a unique identifier for scientific authors.<authorReseacherId>A1061-2007</authorResearcherId>
authorSalutationStringThe salutation chosen for an author in their account record, often Dr., Miss, or Mr.<authorSalutation>Dr.</authorSalutation>
authorSuffixStringThe suffix chosen in the author’s account record.<authorSuffix>III</authorSuffix>
documentIdIntegerUnique identifier of the document. Unique identifier for each Manuscript Revision in the ScholarOneManuscripts system. Internally to ScholarOne, this is a numeric value.<documentId>88026</documentId>
inputIndexIntegerProvides caller the ability to correlate requested document or submission ids to the appropriate response element. The inputIndex will be randomly chosen when a document or submission id is entered more than once.
<inputIndex>4</inputIndex>  
This is a zero-based value.That is, if a single document id is requested, theinputIndex is 0
invitedAuthorDateAssigneddateTimeThe date an invited author was assigned to submit the manuscript (the date the author was assigned to the given stub).
<invitedAuthorDateAssigned>
2013-10-21T19:24:29Z</invitedAuthorDateAssigned>
invitedAuthorDateInviteddateTimeThe date an invited author was invited to submit the given manuscript.
<invitedAuthorDateInvited>
2013-10-21T19:24:29Z
</invitedAuthorDateInvited>
invitedAuthorDateResponsedateTimeThe date an invited author responded to the invitation to submit a manuscript.
<invitedAuthorDateResponse>
2013-10-21T19:24:29Z</invitedAuthorDateResponse>
invitedAuthorDateSelecteddateTimeThe date an invited author was selected to submit the given manuscript.
<invitedAuthorDateSelected>
2013-10-21T19:24:29Z
</invitedAuthorDateSelected>
invitedAuthorInvitationResponseStringThe answer an invited author gave in response to the invitation to submit the given manuscript.
<invitedAuthorInvitationResponse>
Agreed
</invitedAuthorInvitationResponse>
invitedAuthorInvitationResponseIdIntegerUnique ID of the invitation response in the ScholarOne Manuscripts database.
<invitedAuthorInvitationResponseId>
336
</invitedAuthorInvitationResponseId>
isCoAuthorBooleanIndication of whether that author is of type Co-Author on the given manuscript. “true” indicates that author is a co-author for that submission.<isCoAuthor>false</isCoAuthor>
isContactBooleanIndication of whether that author is of type Contact Author on the given manuscript (as opposed to Submitting Author, for example). The contact author will be contacted during the peer review process and used for email tags.<isContact>true</isContact>
isCorrespondingBooleanIndication of whether that author is of type Corresponding Author on the given manuscript (as opposed to Submitting Author, for example).<isCorresponding>true</isCorresponding>
isInvitedBooleanIndication of whether that author is the invited author on the given manuscript.<isInvited>false</isInvited>
isSubmittingAgentBooleanIndication if the individual submitting the manuscript is one of the co-authors representing themselves and their collaborators, or if they are an external submitting agent not listed as an author.<isSubmittingAgent>false</isSubmittingAgent>
isSubmittingAuthorBooleanIndication of whether that author is of type Submitting Author on the given manuscript(as opposed to a Co-Author, for example).<isSubmittingAuthor>true</isSubmittingAuthor>
submissionIdStringAlso known as the Manuscript Id or Document Number. A unique identifier given to each submitted manuscript. Submission IDs are case-sensitive, they are not necessarily unique.<submissionId>Sensors00996-2005\</submissionId
departmentsComplexThe connection between the author and their departmental affiliation(s). It retains address information from the time of submission rather than updating it to the current details for the person.Complex Child of Parent Root
Includes following response elements:
address1, address2, address3, affiliationOrderNumber, city, country, countryCode, department,fax, institution, phone1, phone2, postalCode, roomOrSuite, stateOrProvince, title
address1StringAuthor's department address line 1 from the author >> department record.<address1>c1 address A1</address1>
address2StringAuthor's department address line 2 from the author >> department record.<address1>c1 address B2</address1>
address3StringAuthor's department address line 3 from the author >> department record.<address1>c1 address B3</address1>
affiliationOrderNumberIntegerThe order contributing authors entered their affiliations into the ScholarOne Manuscripts system. An affiliation at the time research was completed.
<affiliationOrderNumber>
1
</affiliationOrderNumber>
cityStringAuthor's department city name from the author>>department record.<city>Ann Arbor</city>
countryStringAuthor's department country name from the author>>department record.<country>United States</country>
countryCodeStringAuthor's department standard country code; foreign key to the Country table.<countryCode>US</countryCode>
departmentStringAuthor's affiliated department name from the author>>department record.<department>c1 department 2</department>
faxStringAuthor's department fax number from the author>>department record.<fax>c1 fax 2 333-000-3333</fax>
institutionStringInstitution name of the author from the author>>department record.<institution>UMich</institution>
phone1StringAuthor's department primary phone number from the author>>department record.<phone1>c1 phone 333-333-3333</phone1>
phone2StringAuthor's department alternate phone number from the author>>department record.<phone2>c1 phone 333-333-4444</phone2>
postalCodeStringAuthor's department zip code from the author>>department record.<postalCode>SW1A 1AA</postalCode>
ringgoldIdStringAuthor's institution Ringgold ID identifier.<ringgoldId>1355</ringgoldId>
roomOrSuiteStringAuthor's department state or providence name from the author>>department record.<stateOrProvince>Michigan</stateOrProvince>
stateOrProvinceStringAuthor's department state or providence name from the author>>department record.<stateOrProvince>Michigan</stateOrProvince>
titleStringAuthor's department title from the author>>department record.<title>c1 title</title>