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
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"
}
}
]
}