v1

latestOpenAPI 3.1.1Proprietary2026-07-2687313591.4 KB
Notes

Get a single Note

Get a Note with a given id

get/v2/notes/{noteId}

Path parameters

noteIdinteger required

The id of the Note

Query parameters

includesstring[]

Additional properties to include in the response

Response

OK

OR
OR
OR
OR

Example response

{
  "creator": {
    "id": 1,
    "firstName": "Jane",
    "lastName": "Doe",
    "primaryEmailAddress": "jane.smith@northpointvc.com",
    "type": "internal"
  },
  "mentions": [
    {
      "id": 1,
      "type": "person",
      "person": {
        "id": 1,
        "firstName": "Jane",
        "lastName": "Smith",
        "primaryEmailAddress": "jane.smith@northpointvc.com",
        "type": "internal"
      }
    }
  ]
}