{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Themes API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Themes", "type": "folder" }, "items": [ { "info": { "name": "getThemes", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/themes" }, "docs": "Fetch a list of available signal themes" }, { "info": { "name": "Factset Endpoint to begin theme extraction job", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/themes", "body": { "type": "json", "data": "{}" } }, "docs": "Endpoint to extract themes from provided text. Optionally, can include sentiment for each theme extracted. Please check the schema(s) for each of the status codes for more details." }, { "info": { "name": "Factset Endpoint to get a theme (and sentiments if requested) job result", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/themes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Long running task identifier" } ] }, "docs": "Endpoint to obtain the results from the original themes task request. The `id` parameter represents the identifier of the task generated from the POST request which created the task. Once the task is complete, the result can be fetched with this endpoint." }, { "info": { "name": "Factset Endpoint to get the completion status of a themes job", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/themes/:id/status", "params": [ { "name": "id", "value": "", "type": "path", "description": "Long running task identifier" } ] }, "docs": "Endpoint to obtain the completion status of the themes task request. The `id` parameter represents the task." } ] } ], "bundled": true }