cURL
curl --request GET \ --url https://api.example.com/api/Adverts/{token}/V2/{advertId}
{ "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>" }
OK
Was this page helpful?