{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About By API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "By", "type": "folder" }, "items": [ { "info": { "name": "Factset Details of a Timezone Identified by Name.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/timezone/getByName", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Details of a timezone identified by name, as specified by the Internet Assigned Numbers Authority. See http://www.iana.org/time-zones for further details. Not all such timezones are available on the MDG." }, { "info": { "name": "Factset List of Categories Assigned to a Category Level.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/category/listByLevel", "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" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Non-negative number of entries to skip, or 0 (default)." }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return." } ] }, "docs": "List of categories assigned to a category level." }, { "info": { "name": "Factset List of Categories Assigned to a Category System.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/category/listBySystem", "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" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Non-negative number of entries to skip, or 0 (default)." }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return." } ] }, "docs": "List of categories assigned to a category system." }, { "info": { "name": "Retrieve a List of Notations for a Given Factset Identifier.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/notation/crossReference/factSetIdentifier/listByFactSetIdentifier", "body": { "type": "json", "data": "{}" } }, "docs": "

Retrieve a list of notations for a given FactSet identifier, grouped by regional identifiers, if available. Listings without a regional identifier are grouped at the end of the response.

The notation corresponding to the security's primary listing has the attributes regional.isPrimary and regional.listing.isPrimary both set to true.The security's primary listing might not be among the results depending on the entitlement.

See the group descr" }, { "info": { "name": "Retrieve a List of Factset Identifiers for a Given Instrument.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/notation/crossReference/factSetIdentifier/listByInstrument", "body": { "type": "json", "data": "{}" } }, "docs": "

Retrieve a list of FactSet identifiers for a given instrument, grouped by regional identifiers, if available. Listings without a regional identifier are grouped at the end of the response.

The notation corresponding to the security's primary listing has the attributes regional.isPrimary and regional.listing.isPrimary both set to true.The security's primary listing might not be among the results depending on the entitlement.

The result contai" } ] } ], "bundled": true }