Portfolio Properties

List Portfolio Properties

Returns a paginated collection of portfolio properties for a company.

Portfolio properties define the custom fields that can be used to store data about portfolio companies. This endpoint also returns auto-calculated investment properties.

get/portfolio_properties

Query parameters

company_idstring uuid required

ID of your company or fund

pageinteger

Page number

Response

Successfully retrieved portfolio properties

Example response

{
  "portfolio_properties": [
    {
      "id": "ec5252fe-9abc-4096-85e9-1374e70a3182",
      "name": "Industry",
      "data_type": "select",
      "company_id": "cad09a10-73e8-4205-ae67-4e6156f37be8"
    }
  ],
  "meta": {
    "total": 2,
    "total_pages": 1,
    "page": 1
  }
}

Changes