Retrieving and Downloading the Attachments Associated with Change Objects
This example shows you how to retrieve the list of attachments associated with the change objects. Use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeRequests('OR:wt.change2.WTChangeRequest2:229667')/Attachments HTTP/1.1
To view and download the attachment, use the following GET request.
URI
GET /Windchill/servlet/odata/ChangeMgmt/ChangeRequests('OR:wt.change2.WTChangeRequest2:229667')/Attachments('OR:wt.content.ApplicationData:278667')/$value HTTP/1.1