Skip to main content
GET
/
api
/
Adverts
/
{token}
/
json
Get Live Adverts as JSON.
curl --request GET \
  --url https://api.example.com/api/Adverts/{token}/json
{
  "job": [
    {
      "title": "<string>",
      "expired": true,
      "summary": "<string>",
      "description": "<string>",
      "bulletPoints": {
        "bulletPoint": [
          "<string>"
        ]
      },
      "salary": {
        "minValue": "<string>",
        "maxValue": "<string>",
        "text": "<string>",
        "period": "<string>"
      },
      "classifications": {
        "classification": [
          {
            "id": "<string>",
            "name": "<string>",
            "text": "<string>"
          }
        ]
      },
      "apply": {
        "url": "<string>"
      },
      "links": {
        "applicationFormUrl": "<string>",
        "advertUrl": "<string>"
      },
      "id": "<string>",
      "reference": "<string>",
      "datePosted": "2023-11-07T05:31:56Z",
      "dateUpdated": "2023-11-07T05:31:56Z",
      "recruiter": {
        "fullName": "<string>",
        "email": "<string>",
        "phone": "<string>"
      }
    }
  ],
  "advertiser": "<string>",
  "id": "<string>",
  "source": "<string>"
}

Path Parameters

token
string
required

Response

200 - application/json

OK

job
object[] | null
advertiser
string | null
id
string | null
source
string | null