cURL
curl --request GET \ --url https://hirehive-dev.hirehive.com/api/v1/jobs/{jobId}.{format}
{ "id": 123, "title": "<string>", "location": "<string>", "state_code": "<string>", "country": { "name": "<string>", "code": "<string>" }, "salary": "<string>", "description": { "html": "<string>", "text": "<string>" }, "category": "<string>", "type": { "type": "<string>", "name": "<string>" }, "experience": { "type": "<string>", "name": "<string>" }, "language": { "name": "<string>", "code": "<string>" }, "published_date": 123, "created_date": 123, "hosted_url": "<string>" }
Get a job by id
The source of the view/application that will be attributed in reports. Default CareerSite
Success
The response is of type object.
object
Was this page helpful?