Returns Risk Category for specified Risk Category Name.
get
/primeapi/restapi/v16.2/riskCategory/name/{name}
Request
Path Parameters
- name
-
Type:
stringRequired:trueName of the Risk Category to be returned.
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
Root Schema : ApiEntityRiskCategory
Type:
object- parentRiskCategory
-
Type:
objectApiEntityRiskCategory - parentRiskCategoryId
-
Type:
integer(int64) - riskCategoryId
-
Type:
integer(int64) - riskCategoryName
-
Type:
string - workspace
-
Type:
objectApiEntityWorkspace - workspaceId
-
Type:
integer(int64)
Nested Schema : ApiEntityWorkspace
Type:
object- description
-
Type:
stringA 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:
stringThe Globally Unique Identifier of the workspace. - sequenceNumber
-
Type:
integer(int32)Determines the order of appearance of workspaces in a list. - workspaceCode
-
Type:
stringThe unique identifier for a workspace. - workspaceId
-
Type:
integer(int64)The unique identifier for the workspace. - workspaceName
-
Type:
stringThe name of the workspace.