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