Examples for FMEAs Attachments
A few examples available in the Project-specific domain for FMEA attachments are as follows:
Getting Attachments for FMEA entity 
To get user attachments for a FMEA entity in Windchill Risk and Reliability, use the following GET URL.
URL
GET /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/Systems<(systemID>)/FMEAs(<fmeaID>)/UserAttachments1
Adding Attachments for FMEA entity 
To add user attachments for a FMEA entity in Windchill Risk and Reliability, use the following POST URL.
URL
POST /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/Systems<(systemID>)/FMEAs(<fmeaID>)/UserAttachments1
Request Body
KEY
VALUE
FileName
(type:TEXT)
Name of the file
(type:FILE)
“File location”
Downloading Attachments for FMEA entity 
To dowload user attachments for a FMEA entity in Windchill Risk and Reliability, use the following GET URL.
URL
GET /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/Systems<(systemID>)/FMEAs(<fmeaID>)/UserAttachments1(<attachmentID>)/$value
Deleting Attachments for FMEA entity 
To delete user attachments for a FMEA entity in Windchill Risk and Reliability, use the following DELETE URL.
URL
DELETE /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/Systems<(systemID>)/FMEAs(<fmeaID>)/UserAttachments1(<attachmentID>)