Description
Retrieves content of a job with a given id.
Request
GET https://api.smartrecruiters.com/jobs/{jobId}
Path Parameters
name | type | description |
---|---|---|
jobId | string | identifier of a job |
Query Parameters
n/a
Request Body
n/a
Response Body
Object of JobDetails type.
Example request
curl -i -H "X-SmartToken: abc123" -X GET https://api.smartrecruiters.com/jobs/39379100-0215-9090-6022-528619216822
Example response
{ "id": "39379100-0215-9090-6022-528619216822", "title": "Java Developer", "refNumber": "REF914A", "createdOn": "2014-10-08T17:04:07.000Z", "updatedOn": "2014-10-08T17:09:27.000Z", "department": { "id": 13437, "label": "Development", "description": "Description" }, "location": { "country": "Yemen", "countryCode": "ye", "city": "Sana'a", "longitude": 41.40338, "latitude": 2.17403 }, "industry": { "id": "entertainment", "label": "Entertainment" }, "function": { "id": "engineering", "label": "Engineering" }, "typeOfEmployment": { "id": "permanent", "label": "Full-time" }, "experienceLevel": { "id": "mid_senior_level", "label": "Mid-Senior Level" }, "eeoCategory": { "id": "operatives", "label": "Operatives" }, "creator": { "firstName": "Courage", "lastName": "the Cowardly Dog" }, "actions": { "applyOnWeb": { "url": "https://int.smartrecruiters.com/CartoonNetwork/78535976-java-developer?oga=true", "method": "GET" } }, "template": false, "jobAd": { "sections": { "companyDescription": { "title": "Company Description", "text": " <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <strong>Donec a lacus vestibulum, egestas mauris</strong> <em>suscipit, condimentum risus.</em> <span>I<span>n et justo ornare, aliquam mauris vitae, facilisis ex. Nunc vel commodo ante. Morbi eu lacus sit amet tortor posuere sodales.</span></span> </span></p> <ul> <li><span>Maecenas pretium neque semper dolor euismod</span></li> <li>id varius lectus auctor.</li> </ul> <p>asdasdasda</p> <ol> <li>Maecenas pretium neque semper dolor euismod</li> <li>id varius lectus auctor.</li> </ol>" }, "jobDescription": { "title": "Job Description", "text": " <p>In this critical role, you will design, develop, test, implement, debug and support critical enterprise applications in a diverse technical environment. These positions may include both development and support responsibilities so the ability to handle multiple tasks with a high degree of flexibility and adaptability is critical. Frequent interaction with customers and other groups is normal, so excellent communication and teamwork is required.</p> <p> </p> <p> </p> <p><b><span>Essential Job Responsibilities</span></b></p> <p>· Design, develop, code, test, build, deploy, and debug new software or enhancements to existing software.</p> <p>· Participate in a 24x7 support rotation. This includes answering user questions, fulfilling user requests, resolving system issues, etc.</p> <p>· Work with other technical staff to understand problems with software then develops specifications and estimates to resolve them.</p> <p>· Must be willing to travel overnight as required.</p> <p> </p>" }, "qualifications": { "title": "Qualifications", "text": " <p>· Atleast 5 years of experience in developing applications using Java/J2EE (JMS, Web Services, Servlets, JSP, Eclipse), JQuery, Oracle, JMS, VB script, HTML and AJAX<br />· Experience in working with OOD design patterns.<br />· Experience in using Struts, Spring for building web applications<br />· Used agile and scrum development methodologies.</p>" }, "additionalInformation": { "title": "Additional Information", "text": "<p>Join the best team in town!</p>" } } } } |