{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Ofs API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Ofs", "type": "folder" }, "items": [ { "info": { "name": "Factset Retrieve a collection of Attribute records.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/attributes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Globally unique identifier (GUID) of an attribute record" } ] }, "docs": "Factset Retrieve a collection of Attribute records." }, { "info": { "name": "Factset Retrieve a collection of Attribute records.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/attributes", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the amount of records per page" }, { "name": "page", "value": "", "type": "query", "description": "Select which page to show" } ] }, "docs": "Factset Retrieve a collection of Attribute records." }, { "info": { "name": "Factset Retrieve a collection of Attribute records.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/ofs/v2/attributes/search" }, "docs": "Factset Retrieve a collection of Attribute records." }, { "info": { "name": "Factset Retrieve a specific Attributes Group record.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/attributes/groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Globally unique identifier (GUID) of an Attributes Group record" } ] }, "docs": "Factset Retrieve a specific Attributes Group record." }, { "info": { "name": "Factset Retrieve a collection of Attributes Group records.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/attributes/groups", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the amount of records per page" }, { "name": "page", "value": "", "type": "query", "description": "Select which page to show" } ] }, "docs": "Factset Retrieve a collection of Attributes Group records." }, { "info": { "name": "Factset Retrieve a collection of Attributes Group records in use.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/attributes/groups/used", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the amount of records per page" }, { "name": "page", "value": "", "type": "query", "description": "Select which page to show" } ] }, "docs": "Factset Retrieve a collection of Attributes Group records in use." }, { "info": { "name": "Factset Retrieve a collection of Attributes Group records.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/ofs/v2/attributes/groups/search" }, "docs": "Factset Retrieve a collection of Attributes Group records." }, { "info": { "name": "Factset Retrieve a specific media file", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/media/download/:namespace/:scope/:guid/:fileName", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The namespace of the media file" }, { "name": "scope", "value": "", "type": "path", "description": "The scope of the media file" }, { "name": "guid", "value": "", "type": "path", "description": "The GUID of the file being requested" }, { "name": "fileName", "value": "", "type": "path", "description": "The name you want to show for this file in the uri." } ] }, "docs": "Factset Retrieve a specific media file" }, { "info": { "name": "Factset Check the existence and retrieve the headers of a spefic media file", "type": "http" }, "http": { "method": "HEAD", "url": "https://api.factset.com/ofs/v2/media/download/:namespace/:scope/:guid/:fileName", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The namespace of the media file" }, { "name": "scope", "value": "", "type": "path", "description": "The scope of the media file" }, { "name": "guid", "value": "", "type": "path", "description": "The GUID of the file being requested" }, { "name": "fileName", "value": "", "type": "path", "description": "The name you want to show for this file in the uri." } ] }, "docs": "Factset Check the existence and retrieve the headers of a spefic media file" }, { "info": { "name": "Factset Retrieve a specific Partner record.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/partners/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Globally unique identifier (GUID) of a partner record" } ] }, "docs": "Factset Retrieve a specific Partner record." }, { "info": { "name": "Factset Retrieve a collection of Partner records.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/partners", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the amount of records per page" }, { "name": "page", "value": "", "type": "query", "description": "Select which page to show" } ] }, "docs": "Factset Retrieve a collection of Partner records." }, { "info": { "name": "Factset Retrieve a collection of Partner records.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/ofs/v2/partners/search" }, "docs": "Factset Retrieve a collection of Partner records." }, { "info": { "name": "Factset Retrieve a specific Product record.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Globally unique identifier (GUID) of a Product record" } ] }, "docs": "Factset Retrieve a specific Product record." }, { "info": { "name": "Factset Retrieve a collection of the available Product Types along with the number of published products per type.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/products/types" }, "docs": "Factset Retrieve a collection of the available Product Types along with the number of published products per type." }, { "info": { "name": "Factset Retrieve a collection of Product records.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/products", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the amount of records per page" }, { "name": "page", "value": "", "type": "query", "description": "Select which page to show" } ] }, "docs": "Factset Retrieve a collection of Product records." }, { "info": { "name": "Factset Retrieve a collection of Product records.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/ofs/v2/products/search" }, "docs": "Factset Retrieve a collection of Product records." }, { "info": { "name": "Factset Retrieve a specific Resource record.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/resources/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Globally unique identifier (GUID) of a Resource record" } ] }, "docs": "Factset Retrieve a specific Resource record." }, { "info": { "name": "Factset Retrieve a collection of Resource records.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/resources", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the amount of records per page" }, { "name": "page", "value": "", "type": "query", "description": "Select which page to show" } ] }, "docs": "Factset Retrieve a collection of Resource records." }, { "info": { "name": "Factset Retrieve a collection of Resource records.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/ofs/v2/resources/search" }, "docs": "Factset Retrieve a collection of Resource records." }, { "info": { "name": "Factset Retrieve a specific Resources Section record.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/resources/sections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Globally unique identifier (GUID) of a Resources Section record" } ] }, "docs": "Factset Retrieve a specific Resources Section record." }, { "info": { "name": "Factset Retrieve a collection of Resources Section records.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/resources/sections", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the amount of records per page" }, { "name": "page", "value": "", "type": "query", "description": "Select which page to show" } ] }, "docs": "Factset Retrieve a collection of Resources Section records." }, { "info": { "name": "Factset Retrieve a collection of Resources Section records.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/ofs/v2/resources/sections/search" }, "docs": "Factset Retrieve a collection of Resources Section records." } ] } ], "bundled": true }