{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Logs API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Logs", "type": "folder" }, "items": [ { "info": { "name": "Factset Gets a List of Logs for the Report Instance Generation", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/:tenant/report-instances/:reportInstanceId/logs", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The code of the tenancy" }, { "name": "reportInstanceId", "value": "", "type": "path", "description": "Used to validate that report file name belongs to the report instance passed" }, { "name": "errorsOnly", "value": "", "type": "query", "description": "If the parameter is set to true the endpoint should return just errors and warnings E.g: errorsOnly=true" }, { "name": "_sort", "value": "", "type": "query", "description": "The column to sort on. Can add - to sort" }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Non-negative number of entries to skip" } ] }, "docs": "Gets a list of logs for the generated report instance. Allows the user to sort on log message, type and date. Also allows for retrieving of just the errors & warnings'" } ] } ], "bundled": true }