v1
latestOpenAPI 3.0.12026-08-063985821.3 MBJob Board API:Job Applications
Submit a job application
post/jobboards/{boardId}/ads/{adId}/applications
Path parameters
boardIdinteger required
Job Board Id
adIdinteger required
Job Ad Id
Request body
Example request
{
"social": {
"facebook": "https://www.facebook.com/JobAdder",
"twitter": "https://twitter.com/jobadder",
"linkedin": "https://www.linkedin.com/company/866656/",
"youtube": "https://www.youtube.com/c/jobadder",
"other": "https://jobadder.com/company/"
},
"screening": {
"answers": [
{
"question": "Free-text answer for this question",
"answer": "Free-text answer",
"score": 65
},
{
"question": "Select a single value from a list of pre-defined values",
"answer": "List value 1",
"score": 87
},
{
"question": "Select multiple values from a list of pre-defined values",
"answer": [
"List value 1",
"List value 2"
],
"score": 72
}
],
"score": 75
},
"custom": {
"candidate": [
{
"fieldId": 1,
"value": "Text value"
},
{
"fieldId": 2,
"value": [
"List value 1",
"List value 2"
]
},
{
"fieldId": 3,
"value": "2018-07-01"
}
],
"application": [
{
"fieldId": 1,
"value": "Text value"
},
{
"fieldId": 2,
"value": [
"List value 1",
"List value 2"
]
},
{
"fieldId": 3,
"value": "2018-07-01"
}
]
}
}Response
Job application attachment links