{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Country API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Country", "type": "folder" }, "items": [ { "info": { "name": "Factset Details for a Country.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/region/country/get", "params": [ { "name": "id", "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": "Details for a country." }, { "info": { "name": "Factset Details for a Country Identified by Code.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/region/country/getByCode", "params": [ { "name": "code", "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": "Details for a country identified by code." }, { "info": { "name": "Factset List of Countries.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/region/country/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "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 2 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of countries." } ] } ], "bundled": true }