API

Quality management APIs

GET quality/risks

Gets all risks

HTTP method GET
URI https://api.rambase.net/quality/risks
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 5205, version 32

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

AcceptedRisks() Named filter Risks which were accepted and are in status 4
Archived() Named filter Risks in status 9 were archived
DuringIdentification() Named filter Risks which are during identification
HighOpportunity() Named filter Risks with high positive score, greater or equal to upper threshold
HighRisk() Named filter Risks with high score within red range
LowOpportunity() Named filter Risks with positive score lower than lower threshold
LowRisk() Named filter Risks with low score within green range
MediumOpportunity() Named filter Risks with medium positive score, greater of equal to lower threshold and lower than upper threshold
MediumRisk() Named filter Risks with medium score within yellow range
MyRisks() Named filter Risks owned by me
PendingAnalysing() Named filter Risks which are analyzed
PendingHandling() Named filter Risks in status 3 are waiting for completion of all actions
Template() Named filter Filters all risk assessments marked as templates
ContainingConsequenceAreaId Integer Quality consequence identifier.
ContainingControlTaskId Integer It is possible to filter by quality control identifier which is referencing this potential consequence in controls.
ContainingDepartmentId Integer Department identifier.
ContainingHighestNegativeConsequenceAreaId Integer Filter field for if the most severe negative itm1 is containing a specific consequence area id.
ContainingHighestNegativeConsequenceTypeId Integer Filters by potential consequences containing specific consequence type and score must be highest in this risk.
ContainingHighestPositiveConsequenceAreaId Integer Filter field for if the most impactful positive itm1 is contianing a specific consequence area id.
ContainingHighestPositiveConsequenceTypeId Integer Filters risk by positive potential consequences contaning specific consequence type with highest positive score.
ContainingNegativeConsequenceAreaId Integer Filter field for if the most severe negative itm1 is containing a specific consequence area id.
ContainingNegativeConsequenceTypeId Integer Filters risks which contain negative potential consequence with specific consequence type.
ContainingPositiveConsequenceAreaId Integer Filter field for if the most impactful positive itm1 is contianing a specific consequence area id.
ContainingPositiveConsequenceTypeId Integer Filters risks containing positive potential consequence with specific consequence type.
ContainingTaskId Integer Filters for risks with action, which references specific task.
CreatedAt Datetime Date and time when risk was created. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Description String Description of the risk.
IsTemplate Boolean This field indicates if risk assessment is marked as a template assessment.
NegativeLowerThreshold Integer Lower threshold for negative scores.
NegativeScore Integer Lowest negative score from potential consequences for this risk.
NegativeScoreLikelihoodLevel Integer Likelihood level. Values from 1 to X where X is the size of the risk matrix likelihood dimension.
NegativeScoreSeverityLevel Integer Severity describes how severe a consequence is.
NegativeUpperThreshold Integer Upper threshold for negative scores.
OwnerId Integer Employee identifier. Available macros: currentUser()
PositiveLowerThreshold Integer Lower threshold for positive scores.
PositiveScore Integer Maximum positive score from potential consequences for this risk.
PositiveScoreLikelihoodLevel Integer Likelihood level. Values from 1 to X where X is the size of the risk matrix likelihood dimension.
PositiveScoreSeverityLevel Integer Severity describes how severe a consequence is.
PositiveUpperThreshold Integer Upper threshold for positive scores.
RiskAssessmentId Integer Risk assessment identifier.
RiskId Integer Identifier of the risk.
SourceItemId Integer Item-number of the object.
SourceObjectId Integer Identifier of the object.
SourceObjectType String Type of object.
Status Integer Status of the risk.
Title String Title of the risk.
UpdatedAt Datetime Date and time of update. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()

Read more about filters and sorting on how to use sortable parameters

ContainingControlTaskId Integer It is possible to filter by quality control identifier which is referencing this potential consequence in controls
ContainingHighestNegativeConsequenceAreaId Integer Filter field for if the most severe negative itm1 is containing a specific consequence area id
ContainingHighestNegativeConsequenceTypeId Integer Filters by potential consequences containing specific consequence type and score must be highest in this risk
ContainingHighestPositiveConsequenceAreaId Integer Filter field for if the most impactful positive itm1 is contianing a specific consequence area id
ContainingHighestPositiveConsequenceTypeId Integer Filters risk by positive potential consequences contaning specific consequence type with highest positive score
ContainingNegativeConsequenceAreaId Integer Filter field for if the most severe negative itm1 is containing a specific consequence area id
ContainingNegativeConsequenceTypeId Integer Filters risks which contain negative potential consequence with specific consequence type
ContainingPositiveConsequenceAreaId Integer Filter field for if the most impactful positive itm1 is contianing a specific consequence area id
ContainingPositiveConsequenceTypeId Integer Filters risks containing positive potential consequence with specific consequence type
ContainingTaskId Integer Filters for risks with action, which references specific task
CreatedAt Datetime Date and time when risk was created
IsTemplate Boolean This field indicates if risk assessment is marked as a template assessment
NegativeLowerThreshold Integer Lower threshold for negative scores.
NegativeScore Integer Lowest negative score from potential consequences for this risk
NegativeScoreLikelihoodLevel Integer Likelihood level. Values from 1 to X where X is the size of the risk matrix likelihood dimension
NegativeScoreSeverityLevel Integer Severity describes how severe a consequence is.
NegativeUpperThreshold Integer Upper threshold for negative scores
OwnerId Integer Employee identifier
PositiveLowerThreshold Integer Lower threshold for positive scores
PositiveScore Integer Maximum positive score from potential consequences for this risk
PositiveScoreLikelihoodLevel Integer Likelihood level. Values from 1 to X where X is the size of the risk matrix likelihood dimension
PositiveScoreSeverityLevel Integer Severity describes how severe a consequence is.
PositiveUpperThreshold Integer Upper threshold for positive scores
RiskAssessmentId Integer Risk assessment identifier
RiskId Integer Identifier of the risk
SourceItemId Integer Item-number of the object
SourceObjectId Integer Identifier of the object
SourceObjectType String Type of object
Status Integer Status of the risk
Title String Title of the risk
UpdatedAt Datetime Date and time of update

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<Risks>
2
     <Risk>
3
          <RiskId
RiskId

Identifier of the risk

>
{Integer}</RiskId>
4
          <CreatedAt
CreatedAt

Date and time when risk was created

>
{Datetime}</CreatedAt>
5
          <UpdatedAt
UpdatedAt

Date and time of update

>
{Datetime}</UpdatedAt>
6
          <Status
Status

Status of the risk

Possible domain values can be found here

>
{Integer}</Status>
7
          <Title
Title

Title of the risk

>
{String}</Title>
8
          <Description
Description

Description of the risk

>
{String}</Description>
9
          <PositiveScore
PositiveScore

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

>
10
               <PotentialConsequenceId
PotentialConsequenceId

Potential consequence identifier

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

>
{Integer}</PotentialConsequenceId>
11
               <Score
Score

Score of the potential consequence. Calculated from severity rating multiplied with likelihood level

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

>
{Integer}</Score>
12
               <QualityConsequenceArea
QualityConsequenceArea

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

>
13
                    <QualityConsequenceAreaId
QualityConsequenceAreaId

Quality consequence identifier

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

>
{Integer}</QualityConsequenceAreaId>
14
                    <LowerThreshold
LowerThreshold

Threshold for risk scores. Values less than or equal to this threshold will have a low risk. Medium or higher risks have risk scores greater than this threshold value

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

>
{Integer}</LowerThreshold>
15
                    <UpperThreshold
UpperThreshold

Threshold for risk scores. Values less than this threshold will have a low or medium risk. High risks will have risk scores greater than or equal to this threshold value

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

>
{Integer}</UpperThreshold>
16
                    <QualityConsequenceAreaLink
QualityConsequenceAreaLink

Quality consequence area reference

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

>
{String}</QualityConsequenceAreaLink>
17
               </QualityConsequenceArea>
18
               <PotentialConsequenceLink
PotentialConsequenceLink

API reference to the item

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

>
{String}</PotentialConsequenceLink>
19
          </PositiveScore>
20
          <NegativeScore
NegativeScore

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

>
21
               <PotentialConsequenceId
PotentialConsequenceId

Potential consequence identifier

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

>
{Integer}</PotentialConsequenceId>
22
               <Score
Score

Score of the potential consequence. Calculated from severity rating multiplied with likelihood level

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

>
{Integer}</Score>
23
               <QualityConsequenceArea
QualityConsequenceArea

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

>
24
                    <QualityConsequenceAreaId
QualityConsequenceAreaId

Quality consequence identifier

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

>
{Integer}</QualityConsequenceAreaId>
25
                    <LowerThreshold
LowerThreshold

Threshold for risk scores. Values less than or equal to this threshold will have a low risk. Medium or higher risks have risk scores greater than this threshold value

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

>
{Integer}</LowerThreshold>
26
                    <UpperThreshold
UpperThreshold

Threshold for risk scores. Values less than this threshold will have a low or medium risk. High risks will have risk scores greater than or equal to this threshold value

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

>
{Integer}</UpperThreshold>
27
                    <QualityConsequenceAreaLink
QualityConsequenceAreaLink

Quality consequence area reference

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

>
{String}</QualityConsequenceAreaLink>
28
               </QualityConsequenceArea>
29
               <PotentialConsequenceLink
PotentialConsequenceLink

API reference to the item

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

>
{String}</PotentialConsequenceLink>
30
          </NegativeScore>
31
          <RiskAssessment
RiskAssessment

This field is greyed out because it is an expandable field. You have to add $expand=Risk.RiskAssessment in your request URI to get this field

>
32
               <RiskAssessmentId
RiskAssessmentId

Risk assessment identifier

This field is greyed out because it is an expandable field. You have to add $expand=Risk.RiskAssessment in your request URI to get this field

>
{Integer}</RiskAssessmentId>
33
               <Status
Status

Status of risk assessment

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=Risk.RiskAssessment in your request URI to get this field

>
{Integer}</Status>
34
               <Name
Name

Name of the risk assessment

This field is greyed out because it is an expandable field. You have to add $expand=Risk.RiskAssessment in your request URI to get this field

>
{String}</Name>
35
               <IsTemplate
IsTemplate

This field indicates if risk assessment is marked as a template assessment

This field is greyed out because it is an expandable field. You have to add $expand=Risk.RiskAssessment in your request URI to get this field

>
{Boolean}</IsTemplate>
36
               <RiskAssessmentLink
RiskAssessmentLink

API reference to the object

This field is greyed out because it is an expandable field. You have to add $expand=Risk.RiskAssessment in your request URI to get this field

>
{String}</RiskAssessmentLink>
37
          </RiskAssessment>
38
          <Owner
Owner

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Owner in your request URI to get this field

>
39
               <EmployeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Owner in your request URI to get this field

>
{Integer}</EmployeeId>
40
               <LastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Owner in your request URI to get this field

>
{String}</LastName>
41
               <FirstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Owner in your request URI to get this field

>
{String}</FirstName>
42
               <EmployeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Owner in your request URI to get this field

>
{String}</EmployeeLink>
43
          </Owner>
44
          <Context
Context

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Context in your request URI to get this field

>
45
               <Source
Source

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Context in your request URI to get this field

>
46
                    <ObjectId
ObjectId

Identifier of the object

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Context in your request URI to get this field

>
{Integer}</ObjectId>
47
                    <ObjectType
ObjectType

Type of object

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Context in your request URI to get this field

>
{String}</ObjectType>
48
                    <ObjectLink
ObjectLink

API reference to the object

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Context in your request URI to get this field

>
{String}</ObjectLink>
49
                    <ItemId
ItemId

Item-number of the object

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Context in your request URI to get this field

>
{Integer}</ItemId>
50
                    <ItemLink
ItemLink

API reference to the item

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Context in your request URI to get this field

>
{String}</ItemLink>
51
               </Source>
52
          </Context>
53
          <Totals
Totals

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Totals in your request URI to get this field

>
54
               <PotentialConsequencesCount
PotentialConsequencesCount

Shows count of all consequence types belonging to this risk

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Totals in your request URI to get this field

>
{Integer}</PotentialConsequencesCount>
55
               <ControlsCount
ControlsCount

Shows count of all controls belonging to this risk

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Totals in your request URI to get this field

>
{Integer}</ControlsCount>
56
               <RiskActionsCount
RiskActionsCount

Shows all actions count belonging to this risk.

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Totals in your request URI to get this field

>
{Integer}</RiskActionsCount>
57
               <DoneRiskActionsCount
DoneRiskActionsCount

Shows count of done actions belonging to this risk

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Totals in your request URI to get this field

>
{Integer}</DoneRiskActionsCount>
58
               <NotesCount
NotesCount

Shows count of the notes added to the risk

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Totals in your request URI to get this field

>
{Integer}</NotesCount>
59
          </Totals>
60
          <RiskLink
RiskLink

API reference to the object

>
{String}</RiskLink>
61
     </Risk>
62
     <Paging
Paging

Detailed paging information for this list.

>
63
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
64
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
65
          <Page
Page

Page index

>
{Integer}</Page>
66
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
67
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
68
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
69
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
70
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
71
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
72
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
73
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
74
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
75
     </Paging>
76
</Risks>
1
{
2
     "risks": [
3
          {
4
               "riskId
RiskId

Identifier of the risk

":
"{Integer}",
5
               "createdAt
CreatedAt

Date and time when risk was created

":
"{Datetime}",
6
               "updatedAt
UpdatedAt

Date and time of update

":
"{Datetime}",
7
               "status
Status

Status of the risk

Possible domain values can be found here

":
"{Integer}",
8
               "title
Title

Title of the risk

":
"{String}",
9
               "description
Description

Description of the risk

":
"{String}",
10
               "positiveScore
PositiveScore

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

":
{
11
                    "potentialConsequenceId
PotentialConsequenceId

Potential consequence identifier

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

":
"{Integer}",
12
                    "score
Score

Score of the potential consequence. Calculated from severity rating multiplied with likelihood level

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

":
"{Integer}",
13
                    "qualityConsequenceArea
QualityConsequenceArea

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

":
{
14
                         "qualityConsequenceAreaId
QualityConsequenceAreaId

Quality consequence identifier

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

":
"{Integer}",
15
                         "lowerThreshold
LowerThreshold

Threshold for risk scores. Values less than or equal to this threshold will have a low risk. Medium or higher risks have risk scores greater than this threshold value

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

":
"{Integer}",
16
                         "upperThreshold
UpperThreshold

Threshold for risk scores. Values less than this threshold will have a low or medium risk. High risks will have risk scores greater than or equal to this threshold value

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

":
"{Integer}",
17
                         "qualityConsequenceAreaLink
QualityConsequenceAreaLink

Quality consequence area reference

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

":
"{String}"
18
                    },
19
                    "potentialConsequenceLink
PotentialConsequenceLink

API reference to the item

This field is greyed out because it is an expandable field. You have to add $expand=Risk.PositiveScore in your request URI to get this field

":
"{String}"
20
               },
21
               "negativeScore
NegativeScore

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

":
{
22
                    "potentialConsequenceId
PotentialConsequenceId

Potential consequence identifier

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

":
"{Integer}",
23
                    "score
Score

Score of the potential consequence. Calculated from severity rating multiplied with likelihood level

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

":
"{Integer}",
24
                    "qualityConsequenceArea
QualityConsequenceArea

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

":
{
25
                         "qualityConsequenceAreaId
QualityConsequenceAreaId

Quality consequence identifier

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

":
"{Integer}",
26
                         "lowerThreshold
LowerThreshold

Threshold for risk scores. Values less than or equal to this threshold will have a low risk. Medium or higher risks have risk scores greater than this threshold value

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

":
"{Integer}",
27
                         "upperThreshold
UpperThreshold

Threshold for risk scores. Values less than this threshold will have a low or medium risk. High risks will have risk scores greater than or equal to this threshold value

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

":
"{Integer}",
28
                         "qualityConsequenceAreaLink
QualityConsequenceAreaLink

Quality consequence area reference

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

":
"{String}"
29
                    },
30
                    "potentialConsequenceLink
PotentialConsequenceLink

API reference to the item

This field is greyed out because it is an expandable field. You have to add $expand=Risk.NegativeScore in your request URI to get this field

":
"{String}"
31
               },
32
               "riskAssessment
RiskAssessment

This field is greyed out because it is an expandable field. You have to add $expand=Risk.RiskAssessment in your request URI to get this field

":
{
33
                    "riskAssessmentId
RiskAssessmentId

Risk assessment identifier

This field is greyed out because it is an expandable field. You have to add $expand=Risk.RiskAssessment in your request URI to get this field

":
"{Integer}",
34
                    "status
Status

Status of risk assessment

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=Risk.RiskAssessment in your request URI to get this field

":
"{Integer}",
35
                    "name
Name

Name of the risk assessment

This field is greyed out because it is an expandable field. You have to add $expand=Risk.RiskAssessment in your request URI to get this field

":
"{String}",
36
                    "isTemplate
IsTemplate

This field indicates if risk assessment is marked as a template assessment

This field is greyed out because it is an expandable field. You have to add $expand=Risk.RiskAssessment in your request URI to get this field

":
"{Boolean}",
37
                    "riskAssessmentLink
RiskAssessmentLink

API reference to the object

This field is greyed out because it is an expandable field. You have to add $expand=Risk.RiskAssessment in your request URI to get this field

":
"{String}"
38
               },
39
               "owner
Owner

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Owner in your request URI to get this field

":
{
40
                    "employeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Owner in your request URI to get this field

":
"{Integer}",
41
                    "lastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Owner in your request URI to get this field

":
"{String}",
42
                    "firstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Owner in your request URI to get this field

":
"{String}",
43
                    "employeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Owner in your request URI to get this field

":
"{String}"
44
               },
45
               "context
Context

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Context in your request URI to get this field

":
{
46
                    "source
Source

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Context in your request URI to get this field

":
{
47
                         "objectId
ObjectId

Identifier of the object

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Context in your request URI to get this field

":
"{Integer}",
48
                         "objectType
ObjectType

Type of object

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Context in your request URI to get this field

":
"{String}",
49
                         "objectLink
ObjectLink

API reference to the object

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Context in your request URI to get this field

":
"{String}",
50
                         "itemId
ItemId

Item-number of the object

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Context in your request URI to get this field

":
"{Integer}",
51
                         "itemLink
ItemLink

API reference to the item

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Context in your request URI to get this field

":
"{String}"
52
                    }
53
               },
54
               "totals
Totals

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Totals in your request URI to get this field

":
{
55
                    "potentialConsequencesCount
PotentialConsequencesCount

Shows count of all consequence types belonging to this risk

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Totals in your request URI to get this field

":
"{Integer}",
56
                    "controlsCount
ControlsCount

Shows count of all controls belonging to this risk

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Totals in your request URI to get this field

":
"{Integer}",
57
                    "riskActionsCount
RiskActionsCount

Shows all actions count belonging to this risk.

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Totals in your request URI to get this field

":
"{Integer}",
58
                    "doneRiskActionsCount
DoneRiskActionsCount

Shows count of done actions belonging to this risk

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Totals in your request URI to get this field

":
"{Integer}",
59
                    "notesCount
NotesCount

Shows count of the notes added to the risk

This field is greyed out because it is an expandable field. You have to add $expand=Risk.Totals in your request URI to get this field

":
"{Integer}"
60
               },
61
               "riskLink
RiskLink

API reference to the object

":
"{String}"
62
          }
63
     ],
64
     "paging
Paging

Detailed paging information for this list.

":
{
65
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
66
          "position
Position

Position of the first element in the list

":
"{Integer}",
67
          "page
Page

Page index

":
"{Integer}",
68
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
69
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
70
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
71
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
72
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
73
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
74
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
75
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
76
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
77
     }
78
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 101814 HTTP 404 Employee not found