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 Driver Objects Associated with a Revisable Regulatory Submission
  
Retrieving the Driver Objects Associated with a Revisable Regulatory Submission
This example shows you how to retrieve the driver objects associated with a specific revisable regulatory submission. Use the following GET URI.
URI
GET /Windchill/servlet/odata/RegMstr/RegSubmission2('OR:com.ptc.qualitymanagement.regmstr.UniqueDeviceIdentifierSubmission:266279')/Drivers
URI with Expand
GET /Windchill/servlet/odata/RegMstr/RegSubmission2('OR:com.ptc.qualitymanagement.regmstr.UniqueDeviceIdentifierSubmission:266279')?$expand=Drivers
Example: Retrieving a Specific Driver Object
The following example shows you how to retrieve a specific driver object associated with a revisable regulatory submission. Use the following GET URI.
URI
GET /Windchill/servlet/odata/RegMstr/RegSubmission2('OR:com.ptc.qualitymanagement.regmstr.UniqueDeviceIdentifierSubmission:266279')/Drivers('<DriverOID>')