---
title: "Get posting by id"
method: GET
path: "/publications/{postingId}"
tags: ["feed"]
---

# Get posting by id

`GET /publications/{postingId}`

This endpoint allows getting a single job posting information.<br/>You must pass authentication token through <b>X-SmartToken</b> HTTP header.

## Path parameters

- `postingId` integer, required

## Response `200`

Posting successfully returned

- FeedJobAd
  - `id` string
  - `uuid` string
  - `name` string
  - `refNumber` string
  - `status` string
  - `jobAdUrl` string
  - `liveUrl` string
  - `applyUrl` string
  - `comment` string
  - `postedDate` string
  - `location` FeedLocation
    - `city` string
    - `region` string
    - `regionCode` string
    - `country` string
    - `countryCode` string
    - `address` string
    - `zipCode` string
    - `longitude` string
    - `latitude` string
    - `remote` boolean
  - `company` FeedCompany
    - `cid` string
    - `name` string
    - `identifier` string
  - `brand` FeedBrand
    - `id` string
    - `name` string
    - `logo` string
  - `creator` FeedUser
    - `firstName` string
    - `lastName` string
    - `email` string
  - `budget` FeedBudgeting
    - `programmatic` FeedBudget
      - `price` string
  - `compensation` FeedCompensation
    - `minimum` string
    - `maximum` string
    - `currency` string
    - `period` string
  - `industry` FeedDictionaryEntry
    - `id` string
    - `label` string
  - `function` FeedDictionaryEntry
    - `id` string
    - `label` string
  - `experienceLevel` FeedDictionaryEntry
    - `id` string
    - `label` string
  - `typeOfEmployment` FeedDictionaryEntry
    - `id` string
    - `label` string
  - `customFields` CustomField[]
    - `fieldId` string
    - `fieldLabel` string
    - `valueId` string
    - `valueLabel` string
  - `videoUrls` string[]
  - `languageCode` string
  - `jobAd` FeedJobAdDetails
    - `companyDescription` string
    - `jobDescription` string
    - `qualifications` string
    - `additionalInformation` string

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

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