This API can be used when you wish to integrate your website with iSmartRecruit for all Active jobs and wish to host iSmart’s default Job description page and the job application page. 

 

API

URL - https://app.ismartrecruit.com/api/v1/candidate/0/jobs

Method - POST

Header - 

apiKey -  < Your>

Parameter Type - JSON

Parameter - 

{

    "cndId":0

}

Note: You can pass other parameter values but given values are mandatory

Other Parameters You can add - 

 

{

  "active": true,

  "clientId": 0,

  "cndId": 0,

  "fieldType": "string",

  "maxPerPage": 0,

  "orderBy": "ASC",

  "orderType": "createdDate",

  "startingAt": 0,

  "vos": [

    {

      "fieldType": "string",

      "key": "string",

      "operant": "=",

      "opt": "AND",

      "parentOpt": "AND",

      "split": true,

      "value": "0"

    }

  ]

}

 

 

 

Response - 

{

    "jobId": 1,

    "clientId": 1,

    "clientName": "ismartrecruit",

    "jobTitle": ".Net Developer",

    "dateOpened": "2021-11-30",

    "targetDate": "2021-12-31",

    "numberOfOpening": 1,

    "recruiters": [

       

    ],

    "managers": [

     

    ],

    "questions": [

      

    ],

    "jobType": "Full Time",

    "location": ,

    "country": ,

    "jobPriority": 2,

    "skillSet": " Application Developer,  ASP.NET framework,  Model-View-Controller (MVC),  C#,  Visual Basic .NET,  HTML5/CSS3,  REST,  RPC,  Agile methodologies",

    "minWorkExp": "2",

    "maxWorkExp": "3",

    "minSalary": "45000",

    "maxSalary": "50000",

    "state": "Gujarat",

    "inactive": false,

    "custField1": "",

    "custField2": "Computer Software",

    "custField30": "",

    "custField50": "",

    "cndAllocated": true,

    "jobOnWebsite": true,

    "applyUrl": ",

    "status": "Active",

    "jobDescription": "",

    "createdBy": ,

    "createdDate": ,

    "updatedBy": ,

    "updatedDate":,

    "imgName": "user.png",

    "imagePath": "image/user.png",

    "approverVOs": [

      

    ]

  }