Sign in

List grades for class

documented

Return grade information for all users in a class.

GET /api/get_grades_for_classGradesno implementation yet0 runs
No 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}}"