Portfolio Notes

Get Portfolio Note

Returns a single portfolio note by ID.

get/portfolio_notes/{id}

Path parameters

idstring uuid required

ID of the portfolio note

Response

Successfully retrieved portfolio note

Example response

{
  "portfolio_note": {
    "id": "3c5728ed-a09e-4245-bb33-459b67600be3",
    "name": "A note",
    "portfolio_company_profile_id": "ec5252fe-9abc-4096-85e9-1374e70a3182",
    "content": "This is a note",
    "created_at": "2025-02-01T22:08:21.175Z"
  }
}

Changes

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