Show Note
Path parameters
-
Participant ID
-
Note ID
GET
/v1/courses/{course_id}/notes/{id}
curl \
-X GET http://localhost:4000/v1/courses/uuidv4/notes/uuidv4
Response examples (200)
{
"data": {
"id": 0,
"date": "2020-04-20",
"title": "",
"content": "",
"author_id": "",
"is_pinned": false
}
}