Reset thresholds to default levels for a site. PMAdmin
| 
							id
							
								globally unique identifier
											Required
							
							 Site ID  | 
						
					
None.
| 
								
							ID
							
								globally unique identifier
											Required on Update
							
							 ID of the given site.  | 
						
					
| 
							Threshold1
							
								integer
											Required
							
							 Minimum threshold for metrics.  | 
						
					
| 
							Threshold2
							
								integer
											Required
							
							 Meets threshold for metrics.  | 
						
					
| 
							Threshold3
							
								integer
											Required
							
							 Exceeds threshold for metrics.  | 
						
					
| 
							ShowMetrics
							
								boolean
											Required
							
							 Setting to show metric data for the given site.  | 
						
					
| 
							ShowDialogs
							
								boolean
											Required
							
							 Setting to show dialog data for the given site.  | 
						
					
| 
							ShowFollowUps
							
								boolean
											Required
							
							 Setting to show follow up data for the given site.  | 
						
					
| 
							ShowProjectLoad
							
								boolean
											Required
							
							 Setting to show project load data for the given site.  | 
						
					
| 
							ShowEvaluationCriteria
							
								boolean
											Required
							
							 Setting to show evaluation criteria data for the given site.  | 
						
					
| 
							ShowLeaderAssessment
							
								boolean
											Required
							
							 Setting to show leader assessment data for the given site.  | 
						
					
| 
							ShowTeamAssessment
							
								boolean
											Required
							
							 Setting to show team assessment data for the given site.  | 
						
					
| 
							ShowGoals
							
								boolean
											Required
							
							 Setting to show goals data for the given site.  | 
						
					
| 
							ShowOrgCommitments
							
								boolean
											Required
							
							 Setting to show organization commitments data for the given site.  | 
						
					
| 
							ShowDeptCommitments
							
								boolean
											Required
							
							 Setting to show department commitments data for the given site.  | 
						
					
| 
							ShowIndCommitments
							
								boolean
											Required
							
							 Setting to show individual commitments data for the given site.  | 
						
					
| 
							Show8020Metrics
							
								boolean
											Required
							
							 Setting to show 8020 metric data for the given site.  | 
						
					
<SiteSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>80208c8b-96ec-4f9d-8932-8a9948181585</ID> <Threshold1>1</Threshold1> <Threshold2>1</Threshold2> <Threshold3>1</Threshold3> <ShowMetrics>true</ShowMetrics> <ShowDialogs>true</ShowDialogs> <ShowFollowUps>true</ShowFollowUps> <ShowProjectLoad>true</ShowProjectLoad> <ShowEvaluationCriteria>true</ShowEvaluationCriteria> <ShowLeaderAssessment>true</ShowLeaderAssessment> <ShowTeamAssessment>true</ShowTeamAssessment> <ShowGoals>true</ShowGoals> <ShowOrgCommitments>true</ShowOrgCommitments> <ShowDeptCommitments>true</ShowDeptCommitments> <ShowIndCommitments>true</ShowIndCommitments> <Show8020Metrics>true</Show8020Metrics> </SiteSetting>
{
  "ID": "80208c8b-96ec-4f9d-8932-8a9948181585",
  "Threshold1": 1,
  "Threshold2": 1,
  "Threshold3": 1,
  "ShowMetrics": true,
  "ShowDialogs": true,
  "ShowFollowUps": true,
  "ShowProjectLoad": true,
  "ShowEvaluationCriteria": true,
  "ShowLeaderAssessment": true,
  "ShowTeamAssessment": true,
  "ShowGoals": true,
  "ShowOrgCommitments": true,
  "ShowDeptCommitments": true,
  "ShowIndCommitments": true,
  "Show8020Metrics": true
}