GET
/
api
/
v1
/
jobs
/
{jobId}
.
{format}
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>"
}

Path Parameters

jobId
integer
required
format
string
required

Query Parameters

source
string | null

The source of the view/application that will be attributed in reports. Default CareerSite

Response

200
application/json

Success

The response is of type object.