Retrieving the Existing Table Data Associated with a Non-revisable Regulatory Submission
You can retrieve the existing table data objects and table data subtypes for an existing non-revisable regulatory submission.
The request returns the ID, CreatedOn, LastModified, and ObjectType attributes. Additionally, the request returns the @odata.type and subtype attributes for the subtypes.
The following example shows you how to retrieve the existing table data objects associated to an existing non-revisable regulatory submission. In this example, the non-revisable regulatory submission has four base table data objects and a table data subtype associated to it.
Use the following GET URI.
URI
GET /Windchill/servlet/odata/RegMstr/RegulatorySubmissions('OR:com.ptc.qualitymanagement.regmstr.RegulatorySubmission:237897')/TableData
The request returns all five objects along with their corresponding attributes.