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

# Find job ads

`GET /jobboards/{boardId}/ads`

## Path parameters

- `boardId` integer, required

## Query parameters

- `AdId` integer[]
- `Reference` string[]
- `Portal.HotJob` boolean
- `Portal.Value` string[]
- `Portal.ValueId` integer[]
- `Portal.Template` string[]
- `PostedAt` string[]
- `UpdatedAt` string[]
- `ExpiresAt` string[]
- `Fields` string[]
- `Offset` integer
- `Limit` integer

## Response `200`

List of job ads matching the specified criteria

- JobBoardJobAdListRepresentation
  - `items` JobBoardJobAdSummaryModel[], nullable
    - `adId` integer
    - `title` string, nullable
    - `reference` string, nullable
    - `summary` string, nullable
    - `bulletPoints` string[], nullable
    - `portal` JobAdPortalSummaryModel
      - `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
    - `postedAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
    - `expiresAt` string, date-time, nullable
  - `totalCount` integer, required
  - `links` ModelLinks
    - `self` string, uri, nullable

---

[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)
