meetingattachmenttypes/attachmenttype
Retrieves details of a single meeting attachment type as specified by the id.
Arguments:
- api_key (required)
- id (required)
Example request:
http://[domain]/api/meetingattachmenttypes/1/attachmenttype.xml?
api_key=[api_key]
Example response:
<?xml version="1.0" encoding="utf-8"?>
<attachmentType id="1">
<type>Test Type 1</type>
<priority>1</priority>
</attachmentType>