View all investment types.
Retrieve a list of investment types with no pagination. Investment Types is referential to other collections.
curl -v -X GET https://api.swfi.com/v1/investment-types \ -H "Accept: application/json" \ -H "Authorization: $API_KEY"
{ "data": [ "Active Equities", "Active Fixed Income", "Business Development Company", "Consultant", "Convertible", "Credit Fund", "Cryptocurrencies", "Custodian", "Derivative", "ESG Fund", "Fixed Income", "Hedge Fund", "Infrastructure", "Infrastructure Fund", "Insurance", "Listed Equity", "Multi-Asset", "Outsourced CIO", "Passive Equities", "Passive Fixed Income", "Private Equity Fund", "Real Asset Fund", "Real Estate", "Real Estate Fund", "Real Property", "Service Provider", "Smart Beta Fund", "Special Purpose Acquisition Company", "Unlisted Equity", "Venture Capital Fund" ], "total_items": 30 }
{ "errors": [ { "path": "/v1/aum/:_id", "message": "Not Found" } ], "status": 404 }