Read RiskResponsePlans
get
                    /riskResponsePlan
Reads RiskResponsePlan objects from the database.
                Request
Query Parameters
                    - 
                            Fields(required): string
                            
                            Fields to loadExample:Name,ObjectId
- 
                            Filter: string
                            
                            Supported Filter Operators - :gt:, :lt:, :eq:, :gte:, :lte:, :and:, :or:Example:ObjectId IN(1,2) :and: CreateDate:gte:'2021-04-20' :and: LastUpdateDate:lt:'2022-04-20' :and: Name :like: 'abc%'
- 
                            OrderBy: string
                            
                            OrderBy conditionExample:ObjectId desc
Header Parameters
                    - 
                            Authorization: 
                            
                            OAuth token
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
OK.
                            
                            
                                Root Schema : List<RiskResponsePlan>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<RiskResponsePlan>- 
            Array of: 
                object  RiskResponsePlan
            
            Title:RiskResponsePlanRiskResponsePlan Entity
Nested Schema : RiskResponsePlan
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    RiskResponsePlanRiskResponsePlan Entity
    
    
    
    
        Show Source
        - 
                
                    
                    ActualCost: number
                    
                    
                     (double) 
                    
                
                
                The actual cost.
- 
                
                    
                    CreateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this risk response plan was created.
- 
                
                    
                    CreateUser: string
                    
                    
                     
                    
                
                
                The name of the user that created the risk response plan.
- 
                
                    
                    FinishDate: string
                    
                    
                     (date-time) 
                    
                
                
                The finish date of the risk response action. If an activity is assigned, the risk response action uses the activity finish date.
- 
                
                    
                    Id(required): string
                    
                    
                     
                    
                
                
                The ID of the risk response plan. This must be unique within the assigned risk.
- 
                
                    
                    IsActive: boolean
                    
                    
                     
                    
                
                
                The indication of whether the response plan is currently active for the associated risk. Only one response plan can be active at a given time for a risk.
- 
                
                    
                    IsBaseline: boolean
                    
                    
                     
                    
                
                
                The boolean value indicating if this business object is related to a Project or Baseline.
- 
                
                    
                    IsTemplate: boolean
                    
                    
                     
                    
                
                
                The boolean value indicating if this business object is related to a template Project.
- 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this risk response plan was last updated.
- 
                
                    
                    LastUpdateUser: string
                    
                    
                     
                    
                
                
                The name of the user that last updated the risk response plan.
- 
                
                    
                    Name: string
                    
                    
                     
                    
                
                
                The name of the risk response plan.
- 
                
                    
                    ObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID generated by the system.
- 
                
                    
                    PlannedCost: number
                    
                    
                     (double) 
                    
                
                
                The planned cost.
- 
                
                    
                    PlannedFinishDate: string
                    
                    
                     (date-time) 
                    
                
                
                The planned finish date.
- 
                
                    
                    PlannedStartDate: string
                    
                    
                     (date-time) 
                    
                
                
                The planned start date.
- 
                
                    
                    ProjectId: string
                    
                    
                     
                    
                
                
                The short name of the associated project.
- 
                
                    
                    ProjectName: string
                    
                    
                     
                    
                
                
                The name of the associated project.
- 
                
                    
                    ProjectObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the associated project.
- 
                
                    
                    RemainingCost: number
                    
                    
                     (double) 
                    
                
                
                The remaining cost associated with the risk response action.
- 
                
                    
                    ResponseType: string
                    
                    
                     
                    
                
                
                The risk response plan type. If the risk is a threat, the valid types are 'Avoid', 'Transfer', 'Reduce', and 'Accept'. If the risk is a opportunity, the valid types are 'Exploit', 'Facilitate', 'Enhance', and 'Reject'.
- 
                
                    
                    RiskId: string
                    
                    
                     
                    
                
                
                The ID of the risk.
- 
                
                    
                    RiskName: string
                    
                    
                     
                    
                
                
                The name of the risk.
- 
                
                    
                    RiskObjectId(required): integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the associated risk.
- 
                
                    
                    Score: integer
                    
                    
                     (int32) 
                    
                
                
                The risk score from the numeric PID after all response actions of the response plan have been completed. The post response plan score is set from the response action with the latest finish date and the lowest score when more than one response action has the same date.
- 
                
                    
                    ScoreColor: string
                    
                    
                     
                    
                
                
                The color of the tolerance threshold for the score value.
- 
                
                    
                    ScoreText: string
                    
                    
                     
                    
                
                
                The risk score from the alphanumeric PID after all response actions of the response plan have been completed. The post response plan score is set from the response action with the latest finish date and the lowest score when more than one response action has the same date.
- 
                
                    
                    StartDate: string
                    
                    
                     (date-time) 
                    
                
                
                The start date of the risk response action. If an activity is assigned, the risk response action uses the activity start date.
400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized.
                            
                            
                            
                            
                        403 Response
Forbidden.
                            
                            
                            
                            
                        404 Response
Not Found.
                            
                            
                            
                            
                        405 Response
Invalid Input.
                            
                            
                            
                            
                        500 Response
Internal Server Error.