| Status | String | State of a given request call | Can be one of SUCCESS, FAILURE, or MAINTENANCE.
<status>SUCCESS</status> |
| callID | String | The 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> |
| profileCallId | String | An id value that is set by the client for call tracking. Set by the request’s external_id element. | <profileCallId>111111</profileCallId> |
| editorList | Complex | A container element that includes one or more editor elements. Represents the collection of editors for the specified site. |
- Complex Child_ of Parent Root
Includes the following response elements:
editor
|
| editor | Complex | Represents an individual editor's details. This element is repeated for each editor in the list. |
- Complex Child_ of editorList
Includes the following response elements:
email, firstName, institution, lastName, personId, roleName, roleType
|
| email | String | The email address of the editor. | <email>[email protected]</email> |
| firstName | String | The first name of the editor. | <firstName>Louise</firstName> |
| institution | Complex | A container element that holds the details of the editor's institution. |
- Complex Child_ of editor
Includes the following response elements:
institutionName, ringgoldId
|
| institutionName | String | The name of the institution where the editor works. | <institutionName>ScholarOne</institutionName> |
| ringgoldId | String | An optional identifier for the institution, provided by Ringgold, which is a database of organizational identifiers. | <ringgoldId>11466</ringgoldId> |
| lastName | String | The last name of the editor. | <lastName>Smith</lastName> |
| personId | Integer | A unique numeric identifier associated with a person record (not the user's User ID used for accessing ScholarOne). | <personId>79563477</personId> |
| roleName | String | The name of the role that the editor holds, such as "Assistant Editor". | <roleName>Assistant Editor</roleName> |
| roleType | String | The type of role that the editor holds, such as "EDITOR_IN_CHIEF". | <roleType>EDITOR_IN_CHIEF</roleType> |