{
"notes": [
{
"note_id": "<string>",
"note": "<string>",
"category": "<string>",
"created_at": {}
}
],
"total": 123
}Retrieve notes for content item
{
"notes": [
{
"note_id": "<string>",
"note": "<string>",
"category": "<string>",
"created_at": {}
}
],
"total": 123
}curl -X GET https://api.judge.example.com/content/cnt_abc123/notes \
-H "Authorization: Bearer YOUR_API_KEY"