Returns Risk Thresholds identified by Risk Threshold Code and Risk Score Type ID.
get
/primeapi/restapi/v16.2/riskScoreType/threshold/code/{code}/{riskScoreTypeId}
Request
Path Parameters
- code
-
Type:
string
Required:true
Risk Threshold Code of Risk Thresholds to be found.- riskScoreTypeId
Type:integer
(int64
)Required:true
Risk Threshold ID of Risk Thresholds to be found.
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
Root Schema : ApiEntityRiskScoreType
Type:
object
- riskScoreThresholds
-
Type:
array
riskScoreThresholdsUnique Items Required:true
- riskScoreTypeId
-
Type:
integer
(int64
) - riskScoreTypeName
-
Type:
string
- scoreType
-
Type:
string
Allowed Values:[ "PROBABILITY", "SCHEDULE", "RELATIVE_SCHEDULE", "COST", "RELATIVE_COST", "USER" ]
- workspace
-
Type:
object
ApiEntityWorkspace - workspaceId
-
Type:
integer
(int64
)
Nested Schema : riskScoreThresholds
Nested Schema : ApiEntityWorkspace
Type:
object
- description
-
Type:
string
A summary of the workspace. The description provides more information than short names or titles. It can give background information or establish a purpose for the item. These details help differentiate between items with similar names and are useful in multi-user environments. - parentWorkspace
-
Type:
integer
(int64
)The workspace hierarchically above the child workspace. Parent workspaces can push down shared data to child workspaces. - securityGuid
-
Type:
string
The Globally Unique Identifier of the workspace. - sequenceNumber
-
Type:
integer
(int32
)Determines the order of appearance of workspaces in a list. - workspaceCode
-
Type:
string
The unique identifier for a workspace. - workspaceId
-
Type:
integer
(int64
)The unique identifier for the workspace. - workspaceName
-
Type:
string
The name of the workspace.
Nested Schema : ApiEntityRiskScoreThreshold
Type:
object
- color
-
Type:
string
The color that represents the urgency of the risk. - level
-
Type:
integer
(int32
)The level of the risk threshold. - lower
-
Type:
number
(double
)The lower limit of the risk score threshold range. - riskScoreThresholdCode
-
Type:
string
The unique identifier for the risk scoring threshold. - riskScoreThresholdId
-
Type:
integer
(int64
)The unique ID of the risk score threshold. - riskScoreThresholdName
-
Type:
string
The name of the risk threshold. - riskScoreType
-
Type:
object
ApiEntityRiskScoreType - riskScoreTypeId
-
Type:
integer
(int64
)The category to which the risk score belongs. - riskScoreTypeName
-
Type:
string
The name of the risk score type. - stringValue
-
Type:
string
The value of the string. - upper
-
Type:
number
(double
)The upper limit of the risk score threshold range.
404 Response
Risk Threshold does not exist or you do not have access to it.