Navigating to the Attachments for a Training Record
You can retrieve all attachments or a specific attachment for a given training record.
Example: Retrieving All Attachments
The following example shows how to retrieve all attachments for a training record.
Use the following GET URI:
URI
GET /Windchill/servlet/odata/DocumentControl/TrainingRecords('OR:com.ptc.qualitymanagement.qms.trainingtracking.TrainingRecord:306394')/SubjectControlDocument/Attachments
Example: Retrieving a Specific Attachment
The following example shows you how to retrieve a specific attachment for a training record.
Use the following GET URI.
URI
GET /Windchill/servlet/odata/DocumentControl/TrainingRecords('OR:com.ptc.qualitymanagement.qms.trainingtracking.TrainingRecord:306394')/SubjectControlDocument/Attachments('OR:wt.content.ApplicationData:299742')