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
Nested Schema : riskScoreThresholds
Type: array
Unique Items Required: true
Nested Schema : ApiEntityWorkspace
Type: object
Nested Schema : ApiEntityRiskScoreThreshold
Type: object
404 Response
Risk Threshold does not exist or you do not have access to it.