---
title: "Get a job ad"
method: GET
path: "/jobboards/{boardId}/ads/{adId}"
tags: ["Job Board API:Job Ads"]
---

# Get a job ad

`GET /jobboards/{boardId}/ads/{adId}`

## Path parameters

- `boardId` integer, required
- `adId` integer, required

## Response `200`

Requested job ad details

- JobBoardJobAdRepresentation
  - `adId` integer
  - `title` string, nullable
  - `reference` string, nullable
  - `summary` string, nullable
  - `bulletPoints` string[], nullable
  - `description` string, nullable
  - `screening` JobAdScreeningQuestionModel[], nullable
    - `question` string, nullable
    - `answerType` 'Text' | 'List', string
    - `mandatory` boolean, nullable — Field is mandatory and a value must be provided
    - `maxLength` integer, nullable — Maximum length of a text field
    - `multiSelect` boolean, nullable — List selection allows multiple values
    - `values` string[], nullable — List of predefined values to select from
  - `portal` JobAdPortalModel
    - `hotJob` boolean — Classed as a hot job
    - `salary` JobAdPortalSalaryModel
      - `ratePer` 'Hour' | 'Day' | 'Week' | 'Month' | 'Year', string
      - `rateLow` number, double, nullable
      - `rateHigh` number, double, nullable
      - `details` string, nullable
    - `template` string, nullable
    - `fields` JobAdPortalFieldModel[], nullable
      - `fieldId` integer
      - `fieldName` string, nullable
      - `valueId` integer, nullable
      - `value` string, nullable
      - `externalValue` string, nullable
      - `fields` JobAdPortalChildFieldModel[], nullable
        - `fieldId` integer
        - `fieldName` string, nullable
        - `valueId` integer, nullable
        - `value` string, nullable
        - `externalValue` string, nullable
  - `postedAt` string, date-time, nullable
  - `updatedAt` string, date-time, nullable
  - `expiresAt` string, date-time, nullable
  - `links` JobBoardJobAdLinks
    - `self` string, uri, nullable
    - `applications` string, uri, nullable
    - `ui` JobBoardJobAdUILinks
      - `self` string, uri, nullable
      - `applications` string, uri, nullable

## Other responses

- `404` — Requested job ad was not found

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
