List private equity funds for an investor

GET/api/portfolio/investors/{investor}/private-equity-funds

Path parameters

  • investorintegerRequired#
    The investor ID

Query parameters

  • datestring#

Responses

200
{}
404Not found.Error
curl https://your-url.com/kong/core/api/gateway/api/portfolio/investors/{investor}/private-equity-funds?date={date}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"