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