{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Comments API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Comments", "type": "folder" }, "items": [ { "info": { "name": "Factset Get All Comments for a Meeting", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/meetings/:meetingId/comments", "params": [ { "name": "meetingId", "value": "", "type": "path" } ] }, "docs": "Factset Get All Comments for a Meeting" }, { "info": { "name": "Factset Create a Comment to a Meeting", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/meetings/:meetingId/comments", "params": [ { "name": "meetingId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Comment to a Meeting" }, { "info": { "name": "Factset Get Details of a Comment Belonging to a Meeting", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/meetings/:meetingId/comments/:commentId", "params": [ { "name": "meetingId", "value": "", "type": "path" }, { "name": "commentId", "value": "", "type": "path" } ] }, "docs": "Factset Get Details of a Comment Belonging to a Meeting" }, { "info": { "name": "Factset Edit a Comment for a Meeting", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/v1/meetings/:meetingId/comments/:commentId", "params": [ { "name": "meetingId", "value": "", "type": "path" }, { "name": "commentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Comment for a Meeting" }, { "info": { "name": "Factset Delete a Comment From a Meeting", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/meetings/:meetingId/comments/:commentId", "params": [ { "name": "meetingId", "value": "", "type": "path" }, { "name": "commentId", "value": "", "type": "path" } ] }, "docs": "Factset Delete a Comment From a Meeting" }, { "info": { "name": "Factset Get Attachments Summary of a Comment Belonging to a Meeting", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/meetings/:meetingId/comments/:commentId/attachments", "params": [ { "name": "meetingId", "value": "", "type": "path" }, { "name": "commentId", "value": "", "type": "path" } ] }, "docs": "Factset Get Attachments Summary of a Comment Belonging to a Meeting" }, { "info": { "name": "Factset Create a Comment Attachment to a Meeting", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/meetings/:meetingId/comments/:commentId/attachments", "params": [ { "name": "meetingId", "value": "", "type": "path" }, { "name": "commentId", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Factset Create a Comment Attachment to 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 Get All Comments for a Note", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/notes/:noteId/comments", "params": [ { "name": "noteId", "value": "", "type": "path" } ] }, "docs": "Factset Get All Comments for a Note" }, { "info": { "name": "Factset Create a Comment to a Note", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/notes/:noteId/comments", "params": [ { "name": "noteId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Comment to a Note" }, { "info": { "name": "Factset Get Details of a Comment Belonging to a Note", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/notes/:noteId/comments/:commentId", "params": [ { "name": "noteId", "value": "", "type": "path" }, { "name": "commentId", "value": "", "type": "path" } ] }, "docs": "Factset Get Details of a Comment Belonging to a Note" }, { "info": { "name": "Factset Edit a Comment for a Note", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/v1/notes/:noteId/comments/:commentId", "params": [ { "name": "noteId", "value": "", "type": "path" }, { "name": "commentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Comment for a Note" }, { "info": { "name": "Factset Delete a Comment From a Note", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/notes/:noteId/comments/:commentId", "params": [ { "name": "noteId", "value": "", "type": "path" }, { "name": "commentId", "value": "", "type": "path" } ] }, "docs": "Factset Delete a Comment From a Note" }, { "info": { "name": "Factset Get Attachments Summary of a Comment Belonging to a Note", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/notes/:noteId/comments/:commentId/attachments", "params": [ { "name": "noteId", "value": "", "type": "path" }, { "name": "commentId", "value": "", "type": "path" } ] }, "docs": "Factset Get Attachments Summary of a Comment Belonging to a Note" }, { "info": { "name": "Factset Create a Comment Attachment to a Note", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/notes/:noteId/comments/:commentId/attachments", "params": [ { "name": "noteId", "value": "", "type": "path" }, { "name": "commentId", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Factset Create a Comment Attachment to 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" } ] } ], "bundled": true }