Read

Get Single Job Title

GET - /v2/companies/<company_id>/job-titles/<job_title_id>

Responses:

Successful Response

Returns a single Job Title JSON object.

Get all Job Titles belonging to a Group

GET - /v2/companies/<company_id>/groups/<group_id>/job-titles

Responses:

Successful Response

Returns array of Job Title objects.

Get all Job Titles in the company

GET - /v2/companies/<company_id>/job-titles

Responses:

Successful Response

Returns array of Job Title objects.


What’s Next