Allows the files in an Attachment attribute associated with an event in the Workflow module to be listed.
URL
{WSUrl}/api/events/<EventCode>/<AttributeVariableName>/files
REQUEST METHOD
GET
URL PARAMETERS
EventCode: This parameter is provided in the URL and does not need to be sent through GET.
AttributeVariableName: This parameter is provided in the URL and does not need to be sent through GET.
REQUEST EXAMPLE
{WSUrl}/api/events/EVTD201411000022/atrributevariablename/files
SUCCESS RESPONSE
{
"Id":"c8cb83c1-4891-4c3a-9e83-30a09aa59e63",
"FileName":"Proof of Payment.pdf",
"Data":"TWFuIGlzIGRWQsIG5vdCBvbm"
}