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 a Specific Revisable Regulatory Submission
  
Retrieving a Specific Revisable Regulatory Submission
This example shows you how to retrieve a specific revisable regulatory submission. Use the following GET URI.
URI
GET /Windchill/servlet/odata/RegMstr/RegSubmission2('OR:com.ptc.qualitymanagement.regmstr.RegSubmission2:237897')
The following example shows you how to retrieve a specific revisable regulatory product submission. Use the following GET URI.
URI
GET /Windchill/servlet/odata/RegMstr/RegSubmission2('OR:com.ptc.qualitymanagement.regmstr.RegulatoryProductSubmission:237897')
The following example shows you how to retrieve a specific revisable UDI submission. Use the following GET URI.
URI
GET /Windchill/servlet/odata/RegMstr/RegSubmission2('OR:com.ptc.qualitymanagement.regmstr.UniqueDeviceIdentifierSubmission:266279')