{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Non API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Non", "type": "folder" }, "items": [ { "info": { "name": "Factset Returns Private Company Reference Data for a List of Ids.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-private-markets/v1/non-periodic", "params": [ { "name": "ids", "value": "000BFG-E,000BGZ-E,000C64-E", "type": "query", "description": "The requested FactSet Private Market Entity Identifier in XXXXXX-E format.

**Max Ids Limit set to 3000 in a single request**

\n *

Make note, GET Method URL request lines are also limited to a total length of 8192 bytes (8KB). In cases where the service allows for thousands of ids,\n which may lead to exceeding this request line limit of 8KB, its\n advised for any requests with large request lines to be requested through\n the respective \\\"POST\\\" method.

*\n" }, { "name": "fields", "value": "amtRaisedUsd", "type": "query", "description": "Private Markets Non-Periodic Fields.\n" } ] }, "docs": "Returns Private Company reference information.\n" }, { "info": { "name": "Factset Returns Private Company Reference Data for a List of Ids.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-private-markets/v1/non-periodic", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a private markets reference object for the requested ids.\n" } ] } ], "bundled": true }