{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Meetings API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Meetings", "type": "folder" }, "items": [ { "info": { "name": "Factset Get All the Meetings in the Specified Date Range Filtered on the Given Identifiers", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/meetings", "headers": [ { "name": "X-IRN-Include-Deleted", "value": "" } ], "params": [ { "name": "start", "value": "", "type": "query", "description": "StartDate" }, { "name": "end", "value": "", "type": "query", "description": "EndDate" }, { "name": "identifiers", "value": "", "type": "query", "description": "Set of identifiers to filter on" }, { "name": "limit", "value": "", "type": "query", "description": "Limit on the number of meetings retrieved" }, { "name": "modifiedSince", "value": "", "type": "query", "description": "Only return meetings which have been modified or created since a particular time" }, { "name": "includeRelatedEntities", "value": "", "type": "query", "description": "When set to true fetches meetings tagged with all the entities related to identifiers param" } ] }, "docs": "Factset Get All the Meetings in the Specified Date Range Filtered on the Given Identifiers" }, { "info": { "name": "Factset Create a Meeting", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/meetings", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Meeting" }, { "info": { "name": "Factset Get Details of a Meeting", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/meetings/:meetingId", "params": [ { "name": "meetingId", "value": "", "type": "path", "description": "Meeting Id" } ] }, "docs": "Factset Get Details of a Meeting" }, { "info": { "name": "Factset Update Meeting", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/v1/meetings/:meetingId", "params": [ { "name": "meetingId", "value": "", "type": "path", "description": "Meeting Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Update Meeting" }, { "info": { "name": "Factset Delete a Meeting", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/meetings/:meetingId", "params": [ { "name": "meetingId", "value": "", "type": "path" } ] }, "docs": "Factset Delete a Meeting" }, { "info": { "name": "Factset Get All the Attachments Belonging to a Meeting", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/meetings/:meetingId/attachments", "params": [ { "name": "meetingId", "value": "", "type": "path", "description": "Meeting Id" } ] }, "docs": "Factset Get All the Attachments Belonging to a Meeting" }, { "info": { "name": "Factset Create an Attachment for a Existing Meeting", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/meetings/:meetingId/attachments", "params": [ { "name": "meetingId", "value": "", "type": "path", "description": "Meeting Id" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Factset Create an Attachment for a Existing Meeting" }, { "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 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 the Record Events That Belong to a Meeting", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/meetings/:meetingId/events", "params": [ { "name": "meetingId", "value": "", "type": "path", "description": "Meeting ID" } ] }, "docs": "Factset Get All the Record Events That Belong to a Meeting" }, { "info": { "name": "Factset Get Details of a Record Event of a Meeting", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/meetings/:meetingId/events/:recordEventId", "params": [ { "name": "meetingId", "value": "", "type": "path", "description": "Meeting Id" }, { "name": "recordEventId", "value": "", "type": "path", "description": "Record Event Id" } ] }, "docs": "Factset Get Details of a Record Event of 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" } ] } ], "bundled": true }