View Details on File in Attachment or Image Business Component Attribute

Allows details on files attached to Attachment or Image attributes for business components in the organizational structure to be obtained.

 

URL

{RMUrl}/api/Organization/businesscomponents/<BusinessCompoentCode>/attributes/<AttributeVariableName>/files/<FileID>

 

REQUEST METHOD

GET

 

URL PARAMETERS

BusinessComponentCode: This parameter is provided in the URL and does not need to be sent through GET.

AttributeVarName: This parameter is provided in the URL and does not need to be sent through GET.

FileID: This parameter is provided in the URL and does not need to be sent through GET.

                                                                                                                       

REQUEST EXAMPLE

{RMUrl}/api/organization/businesscomponents/78395d3d-d7e6-4938-9682-b5bd3c5be422/attributes/attachmentattribute/files/443de4ae-2360-4b66-bf69-8c9e4ca09001

 

SUCCESS RESPONSE

{

"FileName":"Receipt.pdf",

"Data": "TWFuIGlzIGR...WQsIG5vdCBvbm",

"Description":"Proof of payment sent."

}