get https://api.recruiterbox.com/v2/openings/
Sample Output
{
"id": 136691,
"title": "UX Desginer",
"description": "Hiring a UX Designer for our Front End Team",
"tags": [
"tag 1",
"tag 2"
],
"position_type": "full_time",
"is_remote_allowed": false,
"is_archived": false,
"is_private": false,
"state": "Draft",
"close_date": 1572804002,
"location": {
"city": "Bangalore",
"state": "Karnataka",
"zipcode": "560078",
"country": "India"
},
"team": "Front-end Team",
"created_date": 1472804002,
"modified_date": 1472804018,
"application_email": "[email protected]",
"hosted_url": "https://recruiterbox.recruiterbox.com/jobs/d933h5yh",
"stages": [
{
"id": 72804,
"name": "Screening",
"type": null
},
{
"id": 72805,
"name": "Telephone Interview",
"type": "interview"
},
{
"id": 72806,
"name": "Face to face Interview",
"type": "interview"
},
{
"id": 72807,
"name": "Make Offer",
"type": null
}
],
"additional_fields": [
{
"name": "first_field",
"value": "value of first field",
"is_private": false
},
{
"name": "second_field",
"value": "value of second field",
"is_private": false
},
{
"name": "private_field",
"value": "value of private field",
"is_private": true
}
],
"application_form_fields": [
{
"display_name": "First Name",
"name": "candidate_first_name",
"is_disabled": false,
"choices": [
"",
""
],
"is_required": true,
"type": "small_text"
},
{
"display_name": "Resume",
"name": "resume",
"is_disabled": false,
"choices": [],
"is_required": false,
"type": "file"
},
{
"display_name": "What location are you applying for?",
"name": "location",
"is_disabled": false,
"choices": [],
"is_required": false,
"type": "small_text"
}
]
}