{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Profiles API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Profiles", "type": "folder" }, "items": [ { "info": { "name": "Factset Return Information About the Person With the Specified Entity Id.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-people/v1/profiles", "params": [ { "name": "ids", "value": "0DPHLH-E,07MZV9-E", "type": "query", "description": "List of FactSet Person Entity identifier." } ] }, "docs": "Returns a summary of basic information about the person referenced by the entityId specified in the URI.\n" }, { "info": { "name": "Factset Returns Profile Information for a Large List of People.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-people/v1/profiles", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Returns Profile Information for a Large List of People." }, { "info": { "name": "Provides key elements of a stock profile together with the profile of the issuing company.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/stock/composite/profile/getByNotation", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "identifierType", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Provides key elements of a stock profile together with the profile of the issuing company." } ] } ], "bundled": true }