latestSwagger 2.02026-08-0982147352.7 KB

be66ed178abe

Job-Title

all job titles

Returns all job titles for a company.<p>Scopes: export_company_info, export_payroll</p>

get/v{version}/companies/{company_id}/job-titles

Path parameters

company_idstring required

The id of the company.

versionstring required

Response

Success

errorstring

Contains any error messages, if applicable.

Example response

{
  "data": [
    {
      "create_date": "yyyy-MM-dd",
      "last_modified_date": "yyyy-MM-dd"
    }
  ]
}