20.4
The following updates were made for 20.4:
Added
Fields
| Field Name | ApiEntity Name | Tag Name | Comments |
| action | ApiEntityRiskMatrixScore | Risk Matrix | |
| action | ApiEntityRiskMatrixScoreType | Risk Matrix | |
| action | ApiEntityRiskMatrixTolerance | Risk Matrix | |
| action | ApiEntityRiskScoreThreshold | Risk Score Type | |
| favorite | ApiEntityWorkManagerTaskFavorite | Work Manager Task | |
| WorkManagerTaskId | ApiEntityWorkManagerTaskFavorite | Work Manager Task |
Endpoints
| Endpoint | HTTP Method | Tag Name | ApiEntity Name | Comments |
| /workManagerTask/updateFavorite/batch | PUT | Work Manager Task | ApiEntityWorkManagerTaskFavorite |
Modified
Endpoints
| Endpoint | HTTP Method | Tag Name | ApiEntity Name | Comments |
| /riskMatrix | PUT | Risk Matrix | ApiEntityRiskMatrix |
New response header field 'warnings' was added. This field will be populated if warning messages are generated while processing any of the following entities:
|
| /riskMatrix/batch | PUT | Risk Matrix | ApiEntityRiskMatrix |
New response payload field 'warnings' was added. This field will be populated if warning messages are generated while processing any of the following entities :
See Example 1 below. |
| /riskScoreType | PUT | Risk Score Type | ApiEntityRiskScoreType | New response header field 'warnings' was added. This field will be populated if warning messages are generated while processing ApiEntityRiskScoreThreshold entity. |
| /riskScoreType/batch | PUT | Risk Score Type | ApiEntityRiskScoreType |
New response payload field 'warnings' was added. This field will be populated if warning messages are generated while processing ApiEntityRiskScoreThreshold entity. See Example 2 below. |
Example 1
{
"warnings": [
{
"primaryKeyName": "riskMatrixId",
"primaryKeyValue": 1,
"uniqueFieldName": "matrixName",
"uniqueFieldValue": "RiskMatrix01",
"warningMessages": [
"Deletion failed for risk matrix score with riskMatrixScoreId=1 and probabilityThresholdLevel=7. Provide a valid value for either of the following fields: riskMatrixScoreId or probabilityThresholdLevel.",
"Deletion failed for risk matrix score type with riskMatrixScoreTypeId=1, riskScoreTypeId=1, and riskScoreTypeName=USER. Provide a valid value for any one of the following fields: riskMatrixScoreTypeId, riskScoreTypeId, or riskScoreTypeName.",
"Deletion failed for risk matrix tolerance with riskMatrixToleranceId=1 and value=5. Provide a valid value for either of the following fields: riskMatrixToleranceId or value."
]
}
]
}
Example 2
{
"warnings": [
{
"primaryKeyName": "riskScoreTypeId",
"primaryKeyValue": 1,
"uniqueFieldName": "riskScoreTypeName",
"uniqueFieldValue": "RiskScoreTypeUser01",
"warningMessages": [
"Deletion failed for risk score threshold with riskScoreThresholdId=1, riskScoreThresholdCode=VVH, and level=6. Provide a valid value for any one of the following fields: riskScoreThresholdId, riskScoreThresholdCode, or level.",
"Deletion failed for risk score threshold with riskScoreThresholdId=2, riskScoreThresholdCode=UH, and level=7. Provide a valid value for any one of the following fields: riskScoreThresholdId, riskScoreThresholdCode, or level."
]
}
]
}