{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "About", "type": "folder" }, "items": [ { "info": { "name": "Factset Get the About Field Content for a Specific Contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contacts/:contactId/about", "params": [ { "name": "contactId", "value": "", "type": "path", "description": "contactId of associated record" } ] }, "docs": "Factset Get the About Field Content for a Specific Contact" } ] } ], "bundled": true }