List Files in Attachment or Image Perimeter Attribute

Returns the list of files in an Attachment or Image attribute associated with a perimeter in the organizational structure.

 

URL

{RMUrl}/api/organization/perimeters/<PerimeterCode>/attributes/<AttributeVariableName>/files

 

REQUEST METHOD

GET

 

URL PARAMETERS

PerimeterCode: 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.

 

REQUEST EXAMPLE

{RMUrl}/api/organization/perimeters/78395d3d-d7e6-4938-9682-b5bd3c5be422/attributes/attachmentattribute/files

 

SUCCESS RESPONSE

[{
"FileName": "proofofpayment.pdf",
"Data": "TWFuIGlzIGR...WQsIG5vdCBvbm",
"Description": "Proof of payment sent."
},

{
"FileName": "report.doc",
"Data": "RqsuIGlzIGR...eesIG6vdCBvnq"
}]