Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Regulatory Master Domain > Examples for the Revisable Regulatory Submission > Retrieving the Existing Table Data Associated with a Revisable Regulatory Submission
  
Retrieving the Existing Table Data Associated with a Revisable Regulatory Submission
You can retrieve the existing table data objects and table data subtypes for an existing 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 associated with a revisable regulatory submission. In this example, the revisable regulatory submission a base table data object and a table data subtype associated to it.
Use the following GET URI.
URI
GET /Windchill/servlet/odata/RegMstr/RegSubmission2('OR:com.ptc.qualitymanagement.regmstr.RegSubmission2:256705')/TableData
The request returns the objects along with their corresponding attributes.