getEditorAssignmentsByDate sample API Call
Example Request getEditorAssignmentsByDate
- Input: Standard required request parameters, and optional role_type parameter
URL for use via HTTP request after Digest Authentication is performed:\
https://mc-api.manuscriptcentral.com/api/s1m/v1/submissions/full/editorAssignmentsByDate?site_name=salesdemoplus&from_time=2022-06-01T00:00:00Z&to_time=2023-05-30T11:59:59Z&_type=xml&role_type=EDITOR_IN_CHIEF
Example Response: getEditorAssignmentsByDate
- The response returns details about the number of assignments for each editor within the specified date range, further refined by the optional role_type = EDITOR_IN_CHIEF parameter.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
<status>SUCCESS</status>
<callId>fc0723e0-36e4-40f7-8baf-41429f20bf8e</callId>
<result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="assignmentsByDate">
<assignedCount>728</assignedCount>
<personId>457141</personId>
<roleName>Assistant Editor</roleName>
<roleType>EDITOR_IN_CHIEF</roleType>
</result>
<result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="assignmentsByDate">
<assignedCount>1028</assignedCount>
<personId>2040924</personId>
<roleName>Assistant Editor</roleName>
<roleType>EDITOR_IN_CHIEF</roleType>
</result>
<result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="assignmentsByDate">
<assignedCount>742</assignedCount>
<personId>457142</personId>
<roleName>Assistant Editor</roleName>
<roleType>EDITOR_IN_CHIEF</roleType>
</result>
<result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="assignmentsByDate">
<assignedCount>879</assignedCount>
<personId>29259273</personId>
<roleName>Assistant Editor</roleName>
<roleType>EDITOR_IN_CHIEF</roleType>
</result>
<result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="assignmentsByDate">
<assignedCount>717</assignedCount>
<personId>75615968</personId>
<roleName>Assistant Editor</roleName>
<roleType>EDITOR_IN_CHIEF</roleType>
</result>
<result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="assignmentsByDate">
<assignedCount>904</assignedCount>
<personId>94101993</personId>
<roleName>Assistant Editor</roleName>
<roleType>EDITOR_IN_CHIEF</roleType>
</result>
</Response>Updated 5 months ago
