Skip to main content
GET
/
api
/
Adverts
/
{token}
/
V2
Retrieve an Adverts Feed.
curl --request GET \
  --url https://api.example.com/api/Adverts/{token}/V2
[
  {
    "id": 123,
    "jobId": 123,
    "slug": "<string>",
    "datePosted": "2023-11-07T05:31:56Z",
    "title": "<string>",
    "summary": "<string>",
    "fullDescription": "<string>",
    "bulletPoint1": "<string>",
    "bulletPoint2": "<string>",
    "bulletPoint3": "<string>",
    "salaryText": "<string>",
    "salaryMin": "<string>",
    "salaryMax": "<string>",
    "salaryType": "<string>",
    "category": "<string>",
    "subCategory": "<string>",
    "country": "<string>",
    "region": "<string>",
    "location": "<string>",
    "workType": "<string>",
    "applyUrl": "<string>",
    "recruiterName": "<string>",
    "recruiterPhone": "<string>",
    "recruiterEmail": "<string>"
  }
]

Path Parameters

token
string
required

Response

200 - application/json

OK

id
integer<int32>
jobId
integer<int32>
slug
string | null
datePosted
string<date-time>
title
string | null
summary
string | null
fullDescription
string | null
bulletPoint1
string | null
bulletPoint2
string | null
bulletPoint3
string | null
salaryText
string | null
salaryMin
string | null
salaryMax
string | null
salaryType
string | null
category
string | null
subCategory
string | null
country
string | null
region
string | null
location
string | null
workType
string | null
applyUrl
string | null
recruiterName
string | null
recruiterPhone
string | null
recruiterEmail
string | null