{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Uploads API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Uploads", "type": "folder" }, "items": [ { "info": { "name": "Factset Check Out the Documents Uploaded Before to Use Them in Creating Books", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-upload-list" }, "docs": "Retrieves the list of documents uploaded before using the endpoint \"/upload-custom-document\". The documents uploaded are available for 30 days from the date of uploading." }, { "info": { "name": "Factset Get Upload Status by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/quant/fpe/v1/files/uploads/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "From url, provided by location header or response body in the upload start endpoint" } ] }, "docs": "This is the endpoint to check on the progress of a previous upload request." } ] } ], "bundled": true }