Examples for CCF Group
A few examples available in the Project-specific domain for CCF group are as follows:
Getting CCF Group 
To get the CCF Group details for a project, use the following GET URL.
URL
GET /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/CCFGroups
Getting specific CCF Group details 
To get details for a specific CCF Group for a project, use the following GET URL.
URL
GET /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/CCFGroups(<ccfgroupID>)
Associating CCFGroup to FTA 
To associate a CCF Group to a FTA for a project, use the following PUT URL.
URL
PUT /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/Systems(<systemID>)/FTAs(1<FTAID>)/CCFGroup/$ref
Request Body
{
"@odata.id" : "/WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/CCFGroups(<CCFgroupID>)/CCFs(<CCFSID>)"
}
Disassociating CCFGroup to FTA 
To disassociate a CCF Group to a FTA for a project, use the following DELETE URL.
URL
DELETE /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/Systems(<systemID>)/FTAs(1<FTAID>)/CCFGroup/$ref