cURL
curl --request GET \ --url https://api.example.com/api/v1/school/class-teacher-comments/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve all class teacher comments on student reports
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by class ID
Filter by student ID