Get job titles by IDs
documentedReturn info for specified job titles.
GET /api/get_job_titles_with_idsJob Titlesno 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://{{$site_subdomain}}.matrixlms.com/api/get_job_titles_with_ids?api_key={{CYPHERLEARNING_API_KEY}}&job_title_ids[]={{$job_title_id_1}}&job_title_ids[]={{$job_title_id_2}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"