Portfolio Property Values
List Portfolio Property Values
Returns a paginated collection of portfolio property values for a portfolio company profile.
Portfolio property values contain the actual data for custom properties defined for portfolio companies. This endpoint also returns values for auto-calculated investment properties.
get/portfolio_property_values
Query parameters
portfolio_company_profile_idstring uuid required
ID of the portfolio company profile to filter by
pageinteger
Page number
Response
Successfully retrieved portfolio property values
Example response
{
"portfolio_property_values": [
{
"id": "ec5252fe-9abc-4096-85e9-1374e70a3182",
"value": "Sample text value",
"portfolio_property_id": "cad09a10-73e8-4205-ae67-4e6156f37be8",
"portfolio_company_profile_id": "b9bd9bb5-9b12-48bb-ae93-cdd2eba9af98"
}
],
"meta": {
"total": 2,
"total_pages": 1,
"page": 1
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.