Sign in

Get curricula for group

documented

Return curricula associated with a group.

GET /api/get_curricula_for_groupCurriculano 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_curricula_for_group?group_id={{group_id}}&api_key={{CYPHERLEARNING_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get curricula for group · CYPHER Learning · OpenIntegrations