Read ScheduleCheckOption
get
                    /scheduleCheckOption
Reads ScheduleCheckOption objects from the database.
                Request
Query Parameters
                    - 
                            Fields(required): string
                            
                            Fields to loadExample:Name,ObjectId
- 
                            Filter(required): 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(required): string
                            
                            OrderBy conditionExample:ObjectId desc
Header Parameters
                    - 
                            Authorization(required): 
                            
                            OAuth token
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
OK.
                            
                            
                                Root Schema : List<ScheduleCheckOption>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<ScheduleCheckOption>- 
            Array of: 
                object  ScheduleCheckOption
            
            Title:ScheduleCheckOptionScheduleCheckOption Entity
Nested Schema : ScheduleCheckOption
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    ScheduleCheckOptionScheduleCheckOption Entity
    
    
    
    
        Show Source
        - 
                
                    
                    BEITripwireTarget: number
                    
                    
                     (double) 
                    
                
                
                The baseline execution index.
- 
                
                    
                    CheckBEITripwire: boolean
                    
                    
                     
                    
                
                
                The baseline execution index.
- 
                
                    
                    CheckHardConstraints: boolean
                    
                    
                     
                    
                
                
                Checks for the constraints that prevent activities from being moved.
- 
                
                    
                    CheckInvalidProgress: boolean
                    
                    
                     
                    
                
                
                Checks for activities that have invalid progress dates.
- 
                
                    
                    CheckLags: boolean
                    
                    
                     
                    
                
                
                Checks for relationships that have a positive lag duration.
- 
                
                    
                    CheckLargeDurations: boolean
                    
                    
                     
                    
                
                
                Checks for activities that have a remaining duration that is greater than the specified LargeDurationCriteria value..
- 
                
                    
                    CheckLargeFloat: boolean
                    
                    
                     
                    
                
                
                Checks for activities that have a float value greater than the specified LargeFloatCriteria value.
- 
                
                    
                    CheckLateActivities: boolean
                    
                    
                     
                    
                
                
                Checks for activities that are scheduled to finish later than the project baseline.
- 
                
                    
                    CheckLogic: boolean
                    
                    
                     
                    
                
                
                Checks for activities with missing predecessors or successors.
- 
                
                    
                    CheckLongLags: boolean
                    
                    
                     
                    
                
                
                Checks for relationships that have a lag duration that is greater than the specified LongLagsCriteria value.
- 
                
                    
                    CheckNegativeFloat: boolean
                    
                    
                     
                    
                
                
                Checks for activities that have a total float less than 0.
- 
                
                    
                    CheckNegativeLags: boolean
                    
                    
                     
                    
                
                
                Checks for relationships that have a lag duration less than 0.
- 
                
                    
                    CheckRelationShips: boolean
                    
                    
                     
                    
                
                
                Checks for the relationships that are set
- 
                
                    
                    CheckResources: boolean
                    
                    
                     
                    
                
                
                Checks for activities that do not have an expense or an assigned resource.
- 
                
                    
                    CheckSoftConstraints: boolean
                    
                    
                     
                    
                
                
                Checks for constraints that do not prevent activities from being moved.
- 
                
                    
                    HardConstraintTarget: integer
                    
                    
                     (int32) 
                    
                
                
                Checks for constraints that prevent activities from being moved.
- 
                
                    
                    LagsTarget: integer
                    
                    
                     (int32) 
                    
                
                
                Relationships that have a positive lag duration.
- 
                
                    
                    LargeDurationCriteria: integer
                    
                    
                     (int32) 
                    
                
                
                The value of the Large Duration Criteria.
- 
                
                    
                    LargeDurationTarget: integer
                    
                    
                     (int32) 
                    
                
                
                Activities that have a remaining duration greater than the Large Duration Criteria.
- 
                
                    
                    LargeFloatCriteria: integer
                    
                    
                     (int32) 
                    
                
                
                The value of the Large Float Criteria.
- 
                
                    
                    LargeFloatTarget: integer
                    
                    
                     (int32) 
                    
                
                
                Activities that have a total float greater than the Large Float Criteria.
- 
                
                    
                    LateActivitiesTarget: integer
                    
                    
                     (int32) 
                    
                
                
                Activities that are scheduled to finish later than the project baseline.
- 
                
                    
                    LogicTarget: integer
                    
                    
                     (int32) 
                    
                
                
                Activities that are missing predecessors or successors.
- 
                
                    
                    LongLagsCriteria: integer
                    
                    
                     (int32) 
                    
                
                
                The value of the Long Lags Criteria.
- 
                
                    
                    LongLagsTarget: integer
                    
                    
                     (int32) 
                    
                
                
                Relationships that have a lag duration greater than the Long Lags Criteria.
- 
                
                    
                    NegativeFloatTarget: integer
                    
                    
                     (int32) 
                    
                
                
                Activities that have a total float less than 0.
- 
                
                    
                    NegativeLagsTarget: integer
                    
                    
                     (int32) 
                    
                
                
                Relationships that have a lag duration less than 0.
- 
                
                    
                    ProgressDateTarget: integer
                    
                    
                     (int32) 
                    
                
                
                Activities that have invalid progress dates.
- 
                
                    
                    ProjectObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique identifier of the project which has a schedule you want to check.
- 
                
                    
                    ProjPropTypeInt: integer
                    
                    
                     (int32) 
                    
                
                
                The enum values that are associated with the Project Property Type.
- 
                
                    
                    PropValue: string
                    
                    
                     
                    
                
                
                The Project Property Type value.
- 
                
                    
                    RelationshipTarget: integer
                    
                    
                     (int32) 
                    
                
                
                The relationships that are finish to start.
- 
                
                    
                    ResourcesTarget: integer
                    
                    
                     (int32) 
                    
                
                
                Activities that do not have an expense or an assigned resource.
- 
                
                    
                    ScheduleCheckData: string
                    
                    
                     
                    
                
                
                The ScheduleCheck data.
- 
                
                    
                    ScheduleCheckOptionsId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique id for ScheduleCheckOptions.
- 
                
                    
                    SoftConstraintTarget: integer
                    
                    
                     (int32) 
                    
                
                
                Constraints that do not prevent activities from being moved.
400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized.
                            
                            
                            
                            
                        403 Response
Forbidden.
                            
                            
                            
                            
                        404 Response
Not Found.
                            
                            
                            
                            
                        405 Response
Invalid Input.
                            
                            
                            
                            
                        500 Response
Internal Server Error.