Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Regulatory Master Domain > Examples for the Non-revisable Regulatory Submission > Retrieving the Attachments for a Non-revisable Regulatory Submission
  
Retrieving the Attachments for a Non-revisable Regulatory Submission
This example shows you how to retrieve the attachments 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')/Attachments
The following example shows you how to retrieve a specific attachment 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')/Attachments('<ContentItemId>')