{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Watchlist API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Watchlist", "type": "folder" }, "items": [ { "info": { "name": "Create a watchlist.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/watchlist/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a watchlist.\n\nCertain error conditions yield errors as follows: \n\n|Error Condition|HTTP Error|\n|-------|--------|\n|The number of watchlists would exceed 100.|400 Bad Request|" }, { "info": { "name": "Delete a watchlist.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/watchlist/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete a watchlist." }, { "info": { "name": "Details of a watchlist.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/watchlist/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Details of a watchlist." }, { "info": { "name": "List of watchlists.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/watchlist/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 4 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of watchlists." }, { "info": { "name": "Factset Modify a Watchlist.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/watchlist/modify", "body": { "type": "json", "data": "{}" } }, "docs": "Modify a watchlist." }, { "info": { "name": "Factset Add a Position to a Watchlist.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/watchlist/position/create", "body": { "type": "json", "data": "{}" } }, "docs": "Add a position to a watchlist.\n\nCertain error conditions yield errors as follows: \n\n|Error Condition|HTTP Error|\n|-------|--------|\n|Maximum number of watchlist positions would exceed 100.|400 Bad Request|\n|The watchlist does not exist.|400 Bad Request|\n|The notation already exists in the watchlist.|400 Bad Request|" }, { "info": { "name": "Factset Delete a Position of a Watchlist.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/watchlist/position/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete a position of a watchlist." }, { "info": { "name": "Factset Details of the Position of a Watchlist.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/watchlist/position/get", "body": { "type": "json", "data": "{}" } }, "docs": "Details of the position of a watchlist." }, { "info": { "name": "Factset List of Positions of a Watchlist.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/watchlist/position/list", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 2 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of positions of a watchlist." }, { "info": { "name": "Factset Modify a Position in a Watchlist.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/watchlist/position/modify", "body": { "type": "json", "data": "{}" } }, "docs": "Modify a position in a watchlist.\n\nCertain error conditions yield errors as follows: \n\n|Error Condition|HTTP Error|\n|-------|--------|\n|At least one of the parameters `notation` or `comment` must be set.|400 Bad Request|\n|The notation already exists in the watchlist.|400 Bad Request|" } ] } ], "bundled": true }