GET api/GetCallAttachmentList/{callID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
callID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
APICallAttachmentListName | Description | Type | Additional information |
---|---|---|---|
AttachmentList | Collection of APICallAttachment |
None. |
|
CallID | integer |
None. |
|
IrfID | integer |
None. |
|
ReportItID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "AttachmentList": [ { "FileBytes": "QEA=", "FileExtension": "sample string 1", "FileDownloadPath": "sample string 2", "ThumbnailDownloadPath": "sample string 3", "CallID": 1, "IrfID": 1, "ReportItID": 1, "ID": 1, "Note": "sample string 4", "Type": 5 }, { "FileBytes": "QEA=", "FileExtension": "sample string 1", "FileDownloadPath": "sample string 2", "ThumbnailDownloadPath": "sample string 3", "CallID": 1, "IrfID": 1, "ReportItID": 1, "ID": 1, "Note": "sample string 4", "Type": 5 } ], "CallID": 1, "IrfID": 2, "ReportItID": 3 }
application/octet-stream, multipart/form-data
Sample:
{"AttachmentList":[{"FileBytes":"QEA=","FileExtension":"sample string 1","FileDownloadPath":"sample string 2","ThumbnailDownloadPath":"sample string 3","CallID":1,"IrfID":1,"ReportItID":1,"ID":1,"Note":"sample string 4","Type":5},{"FileBytes":"QEA=","FileExtension":"sample string 1","FileDownloadPath":"sample string 2","ThumbnailDownloadPath":"sample string 3","CallID":1,"IrfID":1,"ReportItID":1,"ID":1,"Note":"sample string 4","Type":5}],"CallID":1,"IrfID":2,"ReportItID":3}
application/xml, text/xml
Sample:
<APICallAttachmentList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTMW.Services.Attachments"> <AttachmentList> <APICallAttachment> <CallID>1</CallID> <FileBytes>QEA=</FileBytes> <FileDownloadPath>sample string 2</FileDownloadPath> <FileExtension>sample string 1</FileExtension> <ID>1</ID> <IrfID>1</IrfID> <Note>sample string 4</Note> <ReportItID>1</ReportItID> <ThumbnailDownloadPath>sample string 3</ThumbnailDownloadPath> <Type>5</Type> </APICallAttachment> <APICallAttachment> <CallID>1</CallID> <FileBytes>QEA=</FileBytes> <FileDownloadPath>sample string 2</FileDownloadPath> <FileExtension>sample string 1</FileExtension> <ID>1</ID> <IrfID>1</IrfID> <Note>sample string 4</Note> <ReportItID>1</ReportItID> <ThumbnailDownloadPath>sample string 3</ThumbnailDownloadPath> <Type>5</Type> </APICallAttachment> </AttachmentList> <CallID>1</CallID> <IrfID>2</IrfID> <ReportItID>3</ReportItID> </APICallAttachmentList>