Skip to main content
GET
/
content
/
{content_id}
/
notes
{
  "notes": [
    {
      "note_id": "<string>",
      "note": "<string>",
      "category": "<string>",
      "created_at": {}
    }
  ],
  "total": 123
}

Overview

Retrieves all notes and annotations for a content item.

Path Parameters

content_id
string
required
The unique identifier of the content

Response

notes
array
required
Array of note objects
total
integer
required
Total number of notes

Examples

curl -X GET https://api.judge.example.com/content/cnt_abc123/notes \
  -H "Authorization: Bearer YOUR_API_KEY"