List grades for class
documentedReturn grade information for all users in a class.
GET /api/get_grades_for_classGradesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{CYPHERLEARNING_BASE_URL}}/api/get_grades_for_class?class_id={{$class_id}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{CYPHERLEARNING_API_KEY}}"