{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Qna API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Qna", "type": "folder" }, "items": [ { "info": { "name": "Factset Endpoint to submit a question for answer(s)", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/qna/answers", "body": { "type": "json", "data": "{}" } }, "docs": "Endpoint to create a task submission by providing plain text and question(s). The underlying model will answer the question. The created task needs to be polled to obtain the results. Please check the schema(s) for each of the status codes for more details about the task." }, { "info": { "name": "Factset Endpoint to get the answer(s)", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/qna/answers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier from the Question & Answer task and comes from the POST request which created the task" } ] }, "docs": "Endpoint to obtain the results from the original Q&A task request. The `id` parameter represents the identifier from the task and comes 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 for a Q&A request", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/qna/answers/:id/status", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier from the Question & Answer task and comes from the POST request which created the task" } ] }, "docs": "Endpoint to obtain the status of the Q&A task request. The `id` parameter represents the identifier of the task created and comes from the POST request which created the task." } ] } ], "bundled": true }