meetingattachments/meetingattachment
Retrieves a single meeting attachment record.
Arguments:
- api_key (required)
- meetingAttachmentID (required)
Example request:
http://[domain]/api/meetingattachments/meetingattachment.xml?
api_key=[api_key]&meetingAttachmentID=2
Example response:
<?xml version="1.0" encoding="utf-8"?>
<meetingAttachment id="2">
<meetingID>4</meetingID>
<title>Download the asdasd2</title>
<typeID>1</typeID>
<contentType>file</contentType>
<content><![CDATA[Screen_Shot_2013_02_01_at_09.36.43.png]]></content>
<size>71.62 KB</size>
<position>2</position>
<dateCreated>1359720869</dateCreated>
</meetingAttachment>