Sign in

Get proficiencies for curriculum

documented

Return proficiencies for a curriculum.

GET /api/get_proficiencies_for_curriculumCurriculano 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://{{$tenant_domain}}.matrixlms.com/api/get_proficiencies_for_curriculum?api_key={{CYPHERLEARNING_API_KEY}}&curriculum_id={{$curriculum_id}}&api_version=1.0" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"