Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Regulatory Master Domain > Retrieving the Submitted To Object for a Non-revisable Regulatory Submission
Retrieving the Submitted To Object for a Non-revisable Regulatory Submission
This example shows you how to retrieve the type of regulatory agency (place) for a non-revisable regulatory submission. Use the following GET URI.
URI
GET /Windchill/servlet/odata/RegMstr/RegulatorySubmissions('OR:com.ptc.qualitymanagement.regmstr.RegulatorySubmission:237897')/SubmittedTo
URI with Expand
GET /Windchill/servlet/odata/RegMstr/RegulatorySubmissions?$filter=contains(Name, 'simpleReg')&$expand=SubmittedTo
* 
For non-revisable regulatory submission, OData query parameters are not supported on the SubmittedTo navigation.