List All Notes
Path parameters
-
Participant ID
GET
/v1/participants/{participant_id}/notes
curl \
-X GET http://localhost:4000/v1/participants/uuidv4/notes
Response examples (200)
{
"data": [
{
"id": 0,
"date": "",
"title": "",
"content": "",
"author_id": "",
"is_pinned": false
},
{
"id": 0,
"date": "",
"title": "",
"content": "",
"author_id": "",
"is_pinned": false
}
]
}