Get curricula for job title
documentedReturn curricula associated with a job title.
GET /api/get_curricula_for_job_titleCurriculano 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_curricula_for_job_title?job_title_id={{job_title_id}}&api_version=3.0" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json"