{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Locations API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "Factset Get a List of Locations.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/Locations", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Resource filter string. See [RFC 7644 section 3.4.2.2](https://tools.ietf.org/html/rfc7644#section-3.4.2.2) for syntax. Note this API implementation also supports a non-standard \"re\" operator for regular expression matching against strings." }, { "name": "startIndex", "value": "", "type": "query", "description": "Result start index. The one-based index of the first result to be returned in the list of resources. For example, to exclude the first two resources, use a *startIndex* value of 3. This parameter has a default value of 1. This index applies *after* any resource filtration has been applied as specified by the *filter* argument." }, { "name": "count", "value": "", "type": "query", "description": "Maximum resource count. The server will not return more resources than this value, although it may return fewer." }, { "name": "attributes", "value": "", "type": "query", "description": "Attribute whitelist filter string. A comma-separated list of resource attribute names to be returned in the response, overriding the set of attributes that would be returned by default. Attribute names must be specified in standard attribute notation (see [RFC 7644 section 3.10](https://datatracker.ietf.org/doc/html/rfc7644#section-3.10).) This parameter cannot be used with the *excludedAttributes* parameter." }, { "name": "excludedAttributes", "value": "", "type": "query", "description": "Attribute blacklist filter string. A comma-separated list of resource attribute names to be excluded in the response, overriding the set of attributes that would be returned by default. Attribute names must be specified in standard attribute notation (see [RFC 7644 section 3.10](https://datatracker.ietf.org/doc/html/rfc7644#section-3.10).) This parameter cannot be used with the *attributes* parameter." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Factset Get a List of Locations." }, { "info": { "name": "Factset Get a Location.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/Locations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Factset Get a Location." }, { "info": { "name": "Factset Replace a Location.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/Locations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of resource." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Factset Replace a Location." }, { "info": { "name": "Factset Patch a Location (add, Replace, or Remove Attributes of a Location.)", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/Locations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of resource." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Factset Patch a Location (add, Replace, or Remove Attributes of a Location.)" } ] } ], "bundled": true }