The Risk entity defines the information required for risks analyses and management. 

Database level

The entity's attributes are shown below. Mandatory fields are marked with a red star:

NameTypeLabelDescription
form *StringFormRepresents the entity form. Will always be "rsk".
rsk_name *StringNameThe object name
rsk_category *String
Represent the category of risk.(e.g. "extern")
rsk_chance *Number
Represent the likelyhood the risk takes place as a percent. (e.g. "0,6" for 60% probability)
rsk_created_from *String
The parent process type under which the risk has been created and referenced.
rsk_desc *HTML/String
Represents he detailed description which may incloud pictures, links aso.
rsk_elem_form *String
The parent element under which the risk has been created and referenced.
rsk_elem_unid *String
The unique ID of the parent element document.
rsk_impact *String
Represent the impact if the risk takes place. (e.g. "high", "low")
rsk_prj_name *String
The name of the parent project under which the risk has been created and referenced.
rsk_prj_nr *String
The number of the parent project under which the risk has been created and referenced.
rsk_prj_unid *String
The unique ID of the parent project document.
rsk_source *String
Represents the source of risk. 
rsk_state *Number
Represents the state of the risk as a number. (e.g. 100, 200)
rsk_state_text *String
Represents the state of the risk as a text. 

QEE classes level

The class representing the Risk is QEERsk

Inherits from: QEEObject

REST level

The endpoints dealing with Risk entity are:

xrRsk (GET, POST, PUT, DELETE)

xrRsks (GET, PUT, DELETE)