---
title: "Get Standard Job Title by ID"
method: GET
path: "/v1/job/standard-job-titles/{standardJobTitleId}"
tags: ["Jobs"]
---

# Get Standard Job Title by ID

`GET /v1/job/standard-job-titles/{standardJobTitleId}`

Returns details for the specified standard job title configured in the Table Editor, including the associated Standard Occupational Classification (SOC) codes.

## Path parameters

- `standardJobTitleId` string, required

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Response `200`

Standard Job Titles details.

- JobStandardTitle
  - `standardJobTitleId` integer — The identifier for the standard job title.
  - `standardJobTitle` string — The standard job title.
  - `standardJobTitleDescription` string — The standard job title description.
  - `standardJobCategoryId` integer — The identifier for the standard job title category.
  - `standardJobCategory` string — The standard job title category.
  - `frontOfficeIds` integer[] — Office IDs the Standard Job Title can be accessed from.
  - `socCode` string — The Standard Occupational Classification (SOC) code mapped to the standard job title in the Table Editor. SOC codes are only used for U.S. jobs.
  - `socCodeTitle` string — The Standard Occupational Classification (SOC) title mapped to the standard job title in the Table Editor. SOC codes are only used for U.S. jobs.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
