top

Entity Types

View all entity types.

Retrieve all entity types

Retrieve a list of entity types with no pagination. Entity Types is referential to other collections.

Get/entities-types

Path Parameters

No query or path parameters are needed to get a list of entity types.
List Entity Types
curl -v -X GET https://api.swfi.com/v1/entities-types \ 
-H "Accept: application/json" \ 
-H "Authorization: $API_KEY"

Success Response

HTTP Status 200
data
TYPEobject[]
Array of strings.

total_items
TYPEinteger
The total length of the data object.
Example response
{
  "data": [
    "Activist Investor",
    "Afore",
    "Aircraft Leasing Company",
    "Airlines Company",
    "Asset Manager",
    "Automobile Company",
    "Bank",
    "Biotech Venture Capital Firm",
    "Blank Check Company",
    "Branch Office",
    "Broker Dealer",
    "Building Society",
    "Business Development Company",
    "Cannabis Company",
    "Central Bank",
    "Collateralized Loan Obligation",
    "Company",
    "Corporate Pension",
    "Credit Union",
    "Crypto Fund Manager",
    "Defined Contribution Plan",
    "Development Bank",
    "Endowment",
    "Export Credit Agency",
    "Family Enterprise",
    "Family Office",
    "Family Trust",
    "Finance Ministry",
    "Financial Holding Company",
    "Foundation",
    "Fund",
    "Government",
    "Government Bank",
    "Government Fund",
    "Healthcare Foundation",
    "Hedge Fund Manager",
    "Holding Company",
    "Insurance",
    "Investment Consultant",
    "Investment Trust",
    "Joint Venture",
    "Land Bank",
    "Law Firm",
    "Litigation Funding Firm",
    "Media Company",
    "Mutual Fund",
    "National Oil Company",
    "Native American Fund",
    "Nonbank Lender",
    "Pension",
    "People",
    "Pharmaceutical Company",
    "Public Pension",
    "Real Estate Company",
    "Real Estate Investment Trust",
    "Retailer",
    "Safety Pension",
    "Separate Account",
    "Sovereign Wealth Fund",
    "Special Purpose Entity",
    "State Owned Enterprise",
    "Superannuation",
    "Supranational Entity",
    "Trading Company",
    "Venture Capital Firm",
    "Wealth Manager"
  ],
  "total_items": 66
}

Error Response

message
TYPEstring
A short, human-readable summary of the problem type.

status
TYPEinteger
The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurance of the problem.
Example response
{
  "errors": [
      {
          "path": "/v1/aum/:_id",
          "message": "Not Found"
      }
  ],
  "status": 404
}
Documentation as of 10/19/2022