Portfolio Folders

List Portfolio Folders

Returns a paginated collection of portfolio folders for a portfolio company profile.

get/portfolio_folders

Query parameters

portfolio_company_profile_idstring uuid required

ID of the portfolio company profile to filter by

pageinteger

Page number

Response

Successfully retrieved portfolio folders

Example response

{
  "meta": {
    "total": 2,
    "total_pages": 1,
    "page": 1
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.