---
title: "job class"
method: GET
path: "/v{version}/job-classes/{id}"
tags: ["Job-Class"]
---

# job class

`GET /v{version}/job-classes/{id}`

Returns job class for a job class id.<p>Scopes: export_company_info, export_payroll</p>

## Path parameters

- `id` string, required
- `version` string, required

## Response `200`

Success

- DtosJobClass
  - `id` string, required — The object id.
  - `company_id` string — The company id.
  - `name` string, required — The object name.
  - `created` string, date-time, required — The create datetime.
  - `last_modified` string, date-time, required — The last modified datetime.

---

[API](https://skmtc.net/ease/apis/version-2.md) · [All operations](https://skmtc.net/ease/apis/version-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ease/version-2/revisions/be66ed178abe/schema)
