{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Attachment API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Attachment", "type": "folder" }, "items": [ { "info": { "name": "Factset Download an Attachment From a Meeting", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/meetings/:meetingId/attachments/:attachmentId/download", "params": [ { "name": "meetingId", "value": "", "type": "path" }, { "name": "attachmentId", "value": "", "type": "path" } ] }, "docs": "Factset Download an Attachment From a Meeting" }, { "info": { "name": "Factset Download Single Attachment Detail of a Comment Belonging to a Meeting", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/meetings/:meetingId/comments/:commentId/attachments/:attachmentId/download", "params": [ { "name": "meetingId", "value": "", "type": "path" }, { "name": "commentId", "value": "", "type": "path" }, { "name": "attachmentId", "value": "", "type": "path" } ] }, "docs": "Factset Download Single Attachment Detail of a Comment Belonging to a Meeting" }, { "info": { "name": "Factset Delete Attachment From Meeting", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/meetings/:meetingId/attachments/:attachmentId", "params": [ { "name": "meetingId", "value": "", "type": "path", "description": "Meeting Id" }, { "name": "attachmentId", "value": "", "type": "path", "description": "Attachment Id" } ] }, "docs": "Factset Delete Attachment From Meeting" }, { "info": { "name": "Factset Download an Attachment From a Note", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/notes/:noteId/attachments/:attachmentId/download", "params": [ { "name": "noteId", "value": "", "type": "path" }, { "name": "attachmentId", "value": "", "type": "path" } ] }, "docs": "Factset Download an Attachment From a Note" }, { "info": { "name": "Factset Download Single Attachment Detail of a Comment Belonging to a Note", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/notes/:noteId/comments/:commentId/attachments/:attachmentId/download", "params": [ { "name": "noteId", "value": "", "type": "path" }, { "name": "commentId", "value": "", "type": "path" }, { "name": "attachmentId", "value": "", "type": "path" } ] }, "docs": "Factset Download Single Attachment Detail of a Comment Belonging to a Note" }, { "info": { "name": "Factset Delete Attachment From Note", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/notes/:noteId/attachments/:attachmentId", "params": [ { "name": "noteId", "value": "", "type": "path", "description": "Note Id" }, { "name": "attachmentId", "value": "", "type": "path", "description": "Attachment Id" } ] }, "docs": "Factset Delete Attachment From Note" } ] } ], "bundled": true }