Examples DVP Sub-Table
A few examples of the APIs available available in the Project-specific domain for DVP sub-tables are as follows:
Getting DVP sub-tables
To get a DVP sub-tables, use the following GET URL.
URL
GET /WindchillRiskAndReliability13.0-REST/odata/Project_<projectID>/Systems(<systemID>)/DVPs(<dvpID>)/DVPSubTable1s
Updating a DVP sub-table
To update a DVP sub-tables, use the following PATCH URL with the request body.
URL
PATCH /WindchillRiskAndReliability13.0-REST/odata/Project_<projectID>/Systems(<systemID>)/DVPs(<dvpID>)/DVPSubTable1s(<dvpsubtableID>)
Request Body
{
"[email protected]": "/WindchillRiskAndReliability13.0-REST/odata/Administration/Users(<userID>)"
}Creating FMEA DVP sub-tables
To add a DVP sub-tables for expanded user properties, use the following POST URL.
URL
POST /WindchillRiskAndReliability13.0-REST/odata/Project_<projectID>/Systems(<systemID>)/DVPs(<dvpID>)/DVPSubTable1s
Request Body
{
"[email protected]": "/WindchillRiskAndReliability13.0-REST/odata/Administration/Users(<userID>)"
}Deleting DVP sub-tables
To delete a DVP sub-tables, use the following DELETE URL.
URL
DELETE /WindchillRiskAndReliability13.0-REST/odata/Project_<projectID>/Systems(<systemID>)/DVPs(<dvpID>)/DVPSubTable1s(<dvpsubtableID>)