{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Documents API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Factset Upload a Custom Document", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/upload-custom-document", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Upload any thrid-party documents that need to be included in the final PDF. Once uploaded, the successful response will be a unique fileurl that can be used to add the files to the PDF output using the create-book endpoint. Supported files include Powerpoint, Word, RTF and PDF. The total size should not exceed 250MB and each file should not exceed 10MB." }, { "info": { "name": "Factset Returns the Active Calls Happening at the Moment.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/bulk-documents/nrt/v1/calls", "params": [ { "name": "_paginationLimit", "value": "5", "type": "query", "description": "Specifies the number of results to return per page. [ Min=0; Max=500]" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Specifies the starting point for pagination. This parameter is used to identify the beginning of next set of results." }, { "name": "audioSourceId", "value": "471849", "type": "query", "description": "Unique ID for an Internal recording specific to reportID. For example, ReportID X would have multiple recordings from different source (dial-in or webcast). One ReportID can have multiple AudioSourceIDs." }, { "name": "reportId", "value": "2683372", "type": "query", "description": "Unique identifier for an event." }, { "name": "_sort", "value": "", "type": "query", "description": "Enables to get the data in chronological or reverse chronological order based on startDate. Results are in reverse chronological order if this parameter is not used." }, { "name": "entityId", "value": "000CGP-E", "type": "query", "description": "Factset entity level identifier for the company hosting the event." }, { "name": "ticker", "value": "AZZ-US", "type": "query", "description": "Ticker-region identifier for the company hosting the event." }, { "name": "callStatus", "value": "", "type": "query", "description": "Status of the call i.e. ended or inProgress or ewn or issueAtSource." } ] }, "docs": "Returns the active calls happening at the moment" }, { "info": { "name": "Factset Returns the Latest Transcript Snippets From an Active Call.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/bulk-documents/nrt/v1/list-snippets", "params": [ { "name": "_paginationLimit", "value": "5", "type": "query", "description": "Specifies the number of results to return per page. [ Min=0; Max=500]" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Specifies the starting point for pagination. This parameter is used to identify the beginning of next set of results." }, { "name": "audioSourceId", "value": "471849", "type": "query", "description": "Unique ID for an Internal recording specific to reportID. For example, ReportID X would have multiple recordings from different source (dial-in or webcast). One ReportID can have multiple AudioSourceIDs." }, { "name": "reportId", "value": "2683372", "type": "query", "description": "Unique identifier for an event." } ] }, "docs": "Returns the latest snippets from an active call" }, { "info": { "name": "Factset Returns the Latest Speakerids With the Confidence Scores Generated for an Active Call.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/bulk-documents/nrt/v1/speakerids", "params": [ { "name": "_paginationLimit", "value": "5", "type": "query", "description": "Specifies the number of results to return per page. [ Min=0; Max=500]" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Specifies the starting point for pagination. This parameter is used to identify the beginning of next set of results." }, { "name": "audioSourceId", "value": "471849", "type": "query", "description": "Unique ID for an Internal recording specific to reportID. For example, ReportID X would have multiple recordings from different source (dial-in or webcast). One ReportID can have multiple AudioSourceIDs." }, { "name": "_sort", "value": "", "type": "query", "description": "Enables to get the data in chronological or reverse chronological order. Results are in chronological order if this parameter is not used." } ] }, "docs": "Returns the latest speakerIds with the cosine scores(confidence scores) generated for an active call." }, { "info": { "name": "Factset Returns the Indexed Transcript Data in Small Increments Throughout the Duration of an Active Call.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/bulk-documents/nrt/v1/indexed-nrt", "params": [ { "name": "_paginationLimit", "value": "5", "type": "query", "description": "Specifies the number of results to return per page. [ Min=0; Max=50 ]" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Specifies the starting point for pagination. This parameter is used to identify the beginning of next set of results." }, { "name": "audioSourceId", "value": "471849", "type": "query", "description": "Unique ID for an Internal recording specific to reportID. For example, ReportID X would have multiple recordings from different source (dial-in or webcast). One ReportID can have multiple AudioSourceIDs." }, { "name": "reportId", "value": "2683372", "type": "query", "description": "Unique identifier for an event." } ] }, "docs": "Returns the indexed transcript data in small increments throughout the duration of an active call." }, { "info": { "name": "Factset Get Pa3 Documents and Sub-directories in a Directory", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/documents/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "The directory to get the documents and sub-directories in" } ] }, "docs": "This endpoint looks up all PA3 documents and sub-directories in a given directory." }, { "info": { "name": "Factset Gets Publisher Documents and Sub-directories in a Directory", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pub/v3/documents/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "The directory to get the documents in" } ] }, "docs": "This endpoint looks up all Publisher documents and sub-directories in a given directory." }, { "info": { "name": "Factset Gets Spar3 Documents and Sub-directories in a Directory", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/spar/v3/documents/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "The directory to get the documents in" } ] }, "docs": "This endpoint looks up all SPAR3 documents and sub-directories in a given directory." }, { "info": { "name": "Factset Get Vault Documents and Sub-directories in a Directory", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/vault/v3/documents/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "The directory to get the documents in" } ] }, "docs": "This endpoint looks up all Vault documents and sub-directories in a given directory." } ] } ], "bundled": true }