setStandardFlagsList
setStandardFlagsList This API endpoint allows users to set or clear standard flags on singe or multiple documents.
This API call supports applying or removing standard flags on specific documents, identified by their unique documentId.
Method: POST
Resource
/api/s1m/v2/submissions/full/setStandardFlagsList
Request Parameters
| Element |
|---|
Request Body Elements
- The request body must be in JSON format and passed using the raw option.
Request Body Elements example
{
"input": {
"standardFlagsList": [
{
"documentId": 4830672,
"flagId": 200,
"setFl": 1
},
{
"documentId": 4830673,
"flagName": "MS_FLAG_RED_DOT_NAME",
"setFl": 0
}
]
}
}Request Body Elements Description
| Request Body Element |
|---|
List of available Standard Flags in ScholarOne Manuscripts
| flagId | flagName |
|---|---|
| 100 | MS_FLAG_BLUE_DOT_NAME |
| 200 | MS_FLAG_RED_DOT_NAME |
| 300 | MS_FLAG_GREEN_DOT_NAME |
| 400 | MS_FLAG_PURPLE_DOT_NAME |
| 500 | MS_FLAG_PINK_X_NAME |
| 510 | MS_FLAG_BLUE_BOX_NAME |
| 520 | MS_FLAG_DN_TRIANGLE_NAME |
| 530 | MS_FLAG_ORANGE_TRIANGLE_NAME |
| 540 | MS_FLAG_YELLOW_DIAMOND_NAME |
| 550 | MS_FLAG_GRAY_CHECK_NAME |
| 600 | MS_FLAG_YELLOW_STAR_NAME |
| 700 | MS_FLAG_LIGHTBLUE_STAR_NAME |
| 800 | MS_FLAG_ORANGE_SQUARE_NAME |
| 900 | MS_FLAG_RED_SQUARE_NAME |
| 1000 | MS_FLAG_LIGHTGREEN_SQUARE_NAME |
| 1100 | MS_FLAG_GREEN_LINE_NAME |
| 1110 | MS_FLAG_GREEN_VERTICAL_NAME |
| 1120 | MS_FLAG_GREEN_X_NAME |

