Risk Score Type REST Endpoints

Risk Score Type
Use the Risk Score Type service to create, view, update, and delete risk score types. Risk Score Types specify thresholds which can be used to quantitatively compare the anticipated impacts of risks.
Batch Create Risk Score Types
Method: post
Path: /api/restapi/riskScoreType/batch
Batch Sync Risk Score Types
Method: post
Path: /api/restapi/riskScoreType/syncBatch
Batch Update Risk Score Types
Method: put
Path: /api/restapi/riskScoreType/batch
Create a Risk Score Type
Method: post
Path: /api/restapi/riskScoreType
Delete a Risk Score Type
Method: delete
Path: /api/restapi/riskScoreType/{riskScoreTypeId}
Update a Risk Score Type
Method: put
Path: /api/restapi/riskScoreType
View a Risk Score Type
Method: get
Path: /api/restapi/riskScoreType/{riskScoreTypeId}
View a Risk Score Type by Name
Method: get
Path: /api/restapi/riskScoreType/name/{riskScoreTypeName}
View a Risk Score Type by Name and Project
Method: get
Path: /api/restapi/riskScoreType/name/{riskScoreTypeName}/project/{projectId}
View a Risk Score Type by Name and Workspace
Method: get
Path: /api/restapi/riskScoreType/workspace/{workspaceId}/name/{riskScoreTypeName}
View all Risk Score Types by Workspace
Method: get
Path: /api/restapi/riskScoreType/workspace/{workspaceId}
View Risk Score Thresholds by Risk Score Type
Method: get
Path: /api/restapi/riskScoreType/threshold/{riskScoreTypeId}
View Risk Score Types by Program
Method: get
Path: /api/restapi/riskScoreType/program/{programId}
View Risk Score Types by Project
Method: get
Path: /api/restapi/riskScoreType/project/{projectId}