Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Regulatory Master Domain > Retrieving the Driver Objects Associated with a Non-revisable Regulatory Submission
Retrieving the Driver Objects Associated with a Non-revisable Regulatory Submission
This example shows you how to retrieve the driver objects associated with a specific non-revisable regulatory submission. Use the following GET URI.
URI
GET /Windchill/servlet/odata/RegMstr/RegulatorySubmissions('OR:com.ptc.qualitymanagement.regmstr.RegulatorySubmission:237897')/Drivers
Example: Retrieving a Specific Driver Object
The following example shows you how to retrieve a specific driver object associated with a non-revisable regulatory submission. Use the following GET URI.
URI
GET /Windchill/servlet/odata/RegMstr/RegulatorySubmissions('OR:com.ptc.qualitymanagement.regmstr.RegulatorySubmission:237897')/Drivers('<DriverOID>')