{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Cargo API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Cargo", "type": "folder" }, "items": [ { "info": { "name": "Factset Gets an Object Given an Id. in This Case Id Retrieved From Mapping Location Header, Object Data in Response Body.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/pub-datastore/cargo/v1/groups/:groupId/objects/:objectId", "params": [ { "name": "groupId", "value": "a4186c50f8e74f979d271dd22298c901", "type": "path", "description": "The ID of the group" }, { "name": "objectId", "value": "fe875bc4150542dea6bc237663a01a0d", "type": "path", "description": "The ID of the object" } ] }, "docs": "Raw object data can be found in the response body. This can be either the mapped PDF/PPT or STACH json, depending on the mapping. https://pages.github.factset.com/analytics-reporting/stachschema/#/ \r\n\nOptional request header \"accept-encoding\", with allowed values of \"br\" and \"gzip\". If accept-encoding is passed, the response is compressed." } ] } ], "bundled": true }