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