{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Distributor API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Distributor", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Historical Audio Recordings and Related Metadata Within Factset Coverage.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/docs-distributor/audio/v1/history-files", "params": [ { "name": "_paginationLimit", "value": "", "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": "year", "value": "2021", "type": "query", "description": "Specifies the year for which the historical audio recordings and related metadata are to be retrieved." }, { "name": "trimmed", "value": "true", "type": "query", "description": "Specifies if trimmed/untrimmed historical audio recordings should be returned." } ] }, "docs": "\n* Returns the **untrimmed** historical audio recordings and related metadata dating back from May 10, 2011 to Sep 30, 2022.\n\n* Returns the **trimmed** historical audio recordings and related metadata dating back from May 10, 2011 to Dec 31, 2022.\n\n\n\nQuery parameters can be used to filter and narrow down the results.\n" }, { "info": { "name": "Retrieve Latest Audio Recordings and Related Metadata Within Factset Coverage.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/docs-distributor/audio/v1/list-files", "params": [ { "name": "_sort", "value": "", "type": "query", "description": "Sorts results in chronological order, reverse chronological order and by uploadTime(latest uploaded first). Results are in reverse chronological order by default." }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Specifies the number of results to return per page. [ Min=0 ; Max=500 ]" }, { "name": "startDate", "value": "2022-01-01T00:00:00.000Z", "type": "query", "description": "Used in conjuction with endDate. The earliest date of the audio file the API should fetch for (can be in absolute: **YYYY-MM-DD** or relative date: **-1** for yesterday)." }, { "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": "endDate", "value": "2022-06-01T00:00:00.000Z", "type": "query", "description": "Used in conjuction with startDate. The latest date of the audio file the API should fetch for (can be in absolute: **YYYY-MM-DD** or relative date: **0** for today)." }, { "name": "reportId", "value": "2666621", "type": "query", "description": "Unique identifier for fetching the audio file for an event. The same ID is used for the transcript of the same event." }, { "name": "audioSourceId", "value": "", "type": "query", "description": "Unique ID for an Internal recording specific to reportID. For example, ReportID X would have multiple recordings from different source (phone or webcast or vendor or replay). One ReportID can have multiple AudioSourceIDs." }, { "name": "ids", "value": "", "type": "query", "description": "This parameter filters the results based on ticker-region or Entity ID or the combination of both. A comma is used to separate each identifier." }, { "name": "sourceCode", "value": "", "type": "query", "description": "This parameter filters the results based on Source of the Audio file. Below are the descriptions for each Source Code -\n* P = Phone\n* W = Webcast\n* V = Vendor\n* I = Webcast Replay\n* F = Flash - identical to webcast; can merge with \"W\" in the future\n* R = Replay (Phone Replay)" }, { "name": "fileName", "value": "835A1FD9-3CE1-EC11-8128-8CDCD4AF21E4.mp3", "type": "query", "description": "This parameter is used to filter the data on based on the file name." }, { "name": "trimmed", "value": "", "type": "query", "description": "This parameters helps to search trimmed audio files." }, { "name": "uploadTime", "value": "", "type": "query", "description": "This parameter filters data based on uploadTime relative to the current time, in hours. For example:- uploadTime = -15 (fetches audio files between 15 hours ago and now)\n\nMinimum is 1 hour i.e., uploadTime= -1\n\nMaximum is 1 week/168 hours i.e., uploadTime=-168\n\nWhile using uploadTime, the startDate and endDate parameters will be ignored." } ] }, "docs": "Returns the latest audio recordings. Query parameters can be used to filter and narrow down the results." }, { "info": { "name": "Factset Details of a Distributor.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/news/distributor/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Details of a distributor." }, { "info": { "name": "Factset List of Distributors.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/news/distributor/list", "params": [ { "name": "ids", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 1 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of distributors." }, { "info": { "name": "Factset List of Publishers Provided by the Given Distributor.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/news/publisher/listByDistributor", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 1 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of publishers provided by the given distributor." } ] } ], "bundled": true }