Portfolio Files

List Portfolio Files

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

get/portfolio_files

Query parameters

portfolio_company_profile_idstring uuid required

ID of the portfolio company profile to filter by

portfolio_folder_idstring uuid

ID of a portfolio folder to filter by

string uuid
OR
string[]

File tag IDs to filter by

pageinteger

Page number

Response

Successfully retrieved portfolio files

Example response

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

Changes

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