{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Entities API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Entities", "type": "folder" }, "items": [ { "info": { "name": "Factset Role-specific Background Texts of Legal Entities Related to an Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/legalEntity/backgroundText/list", "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": "Role-specific background texts of legal entities related to an instrument." }, { "info": { "name": "Factset Role-specific Compliance Properties of Legal Entities Related to an Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/legalEntity/complianceProperty/list", "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": "Role-specic compliance properties of legal entities related to an instrument." }, { "info": { "name": "getEventEntities", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/events/entities", "params": [ { "name": "created", "value": "", "type": "query", "description": "A date/time (UTC) interval for filtering signal events based on their creation date. Defaults to NOW - 7 days if omitted. Users with limited access can only provide the default or a smaller date window." }, { "name": "updated", "value": "", "type": "query", "description": "A date/time (UTC) interval for filtering signal events based on their last updated date. Defaults to NOW - 7 days if omitted. Users with limited access can only provide the default or a smaller date window." }, { "name": "signalIds", "value": "dilutionTrigger,freeCashFlow", "type": "query" }, { "name": "themes", "value": "", "type": "query", "description": "Comma delimited string of theme ids. Full list of signal themes can be viewed at /themes." }, { "name": "categories", "value": "", "type": "query", "description": "Comma delimited string of category ids. Full list of signal categories can be viewed at /categories." }, { "name": "userRelevanceScore", "value": "", "type": "query", "description": "A range for filtering signal events based on their relevancy score." } ] }, "docs": "Fetch FactSet entity IDs for events that match the filtering criteria" }, { "info": { "name": "postEventEntities", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/events/entities", "body": { "type": "json", "data": "{}" } }, "docs": "Fetch FactSet entity IDs for events that match the filtering criteria" }, { "info": { "name": "Factset Gets the Entity Values", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/:tenant/entities/:entityCode/values", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The code of the tenancy" }, { "name": "entityCode", "value": "", "type": "path", "description": "The code of the entity" }, { "name": "_sort", "value": "", "type": "query", "description": "The entity field to sort on. Can only be sorted on entity key, description or secondary key fields. Append \"-\" to sort in descending order. If no parameter given, it will be sorted by key field in ascending order by default" }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return. Default is 25" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Non-negative number of entries to skip. Default is 0" }, { "name": "showAll", "value": "", "type": "query", "description": "Whether to show all field values for each entity row. Value should either be 1 or 0. Default is 0 (false)" } ] }, "docs": "Gets the entity values for the specified entity" } ] } ], "bundled": true }