List Attachments in Progress Tab of an Event

Returns a list of the files attached to the Progress tab of an event in the Workflow module. Note that this feature only lists the files attached through the Progress tab. To list files attached to an event through an Attachment attribute associated with it, see List Files in Event Attachment Attribute.

 

URL

{WSUrl}/api/events/<EventCode>/attachments

 

REQUEST METHOD

GET

 

URL PARAMETER

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

 

REQUEST EXAMPLE

{WSUrl}/api/events/EVTC201105000052/attachments

 

SUCCESS RESPONSE

List of objects with information on the attachments of the events specified. Returns a WorkflowEventAttachmentInfo[].

 

The WorkflowEventAttachment is in the following format:

WorkflowEventAttachmentInfo

{

Guid Id;

string FileName;

string Description;

}