GET api/DownLoadAgendaItemAttachment/{MeetingAgendaItemAttachmentId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
MeetingAgendaItemAttachmentId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AtttachmentBlobForDownloadName | Description | Type | Additional information |
---|---|---|---|
AtttachmentName | string |
None. |
|
AtttachmentBlob | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "AtttachmentName": "sample string 1", "AtttachmentBlob": "sample string 2" }
application/xml, text/xml
Sample:
<AtttachmentBlobForDownload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <AtttachmentBlob>sample string 2</AtttachmentBlob> <AtttachmentName>sample string 1</AtttachmentName> </AtttachmentBlobForDownload>