v1
latestOpenAPI 3.0.12026-07-268028223.9 KBNotes
Get a note
Retrieve a note by ID
get/v1/households/{household_id}/notes/{id}
Path parameters
idstring required
The note ID
Response
successful
Example response
{
"id": "abc123xyz",
"content": "Meeting notes from client discussion",
"book_id": "book123xyz",
"household_id": "household123xyz",
"created_by_id": "user123xyz"
}