getStaffInfoFull sample API Call
Example Request getStaffInfoFullSubmissionID
- Input: single Submission ID
URL for use via HTTP request after Digest Authentication is performed:\
https://mc-api.manuscriptcentral.com/api/s1m/v3/submissions/full/staff_users/submissionids?site_name=salesdemoplus&locale_id=1&ids='WRK4-22-Apr-0006'&_type=xml
Example Response: getStaffInfoFullSubmissionID
- The response provides details about the Editorial Staff associated with a specific Submission ID.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
<status>SUCCESS</status>
<callId>7219527f-906d-45d8-aba5-dcbbda95de73</callId>
<result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="staffUserInfoOutput">
<documentId>46012332</documentId>
<staffUserPerson>
<firstName>Alfred</firstName>
<fullName>Associate, Alfred M</fullName>
<lastName>Associate</lastName>
<middleName>M</middleName>
<personId>51457403</personId>
<primaryEmailAddress>[email protected]</primaryEmailAddress>
<roleName>Associate Editor</roleName>
<roleType>Editor</roleType>
</staffUserPerson>
<staffUserPerson>
<firstName>Rebecca</firstName>
<fullName>Smith, Ms. Rebecca</fullName>
<lastName>Smith</lastName>
<personId>23227706</personId>
<primaryEmailAddress>[email protected]</primaryEmailAddress>
<roleName>Admin</roleName>
<roleType>Admin</roleType>
</staffUserPerson>
<submissionId>WRK4-22-Apr-0006</submissionId>
</result>
</Response>Updated 7 months ago
