{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Calls API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Calls", "type": "folder" }, "items": [ { "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" } ] } ], "bundled": true }