PostingContent represents a single posting detailed information.
Example:
{ "id": "884352026", "uuid": "34225731-e7cf-4584-b0b7-78098fe1a66b", "name": "SEO Manager", "jobId": "a8fe8118-455c-407e-8e84-b9d0201697b8", "jobAdId": "106f35bc-a0e6-4e55-96f9-56835e3f8349", "company": { "name": "SmartRecruiters Inc", "identifier": "smartrecruiters" }, "department": { "id": 18554, "label": "Marketing", "description": "Marketing Department" } "location": { "city": "San Francisco", "region": "CA", "country": "us", "remote": true, "latitude": "28.557071", "longitude": "-81.359463" }, "industry": { "id": "internet", "label": "Internet" }, "function": { "id": "marketing", "label": "Marketing" }, "experienceLevel": { "id": "mid_senior_level", "label": "Mid-Senior Level" }, customField": [ { "fieldId": "52d95747e4b0ba7acb9217ea", "fieldLabel": "Division", "valueId": "23aba1d4-4c81-48f7-9ae2-3ab84ee32a80", "valueLabel": "Sales EMEA" } ], "creator": { "name": "Jerome Ternynck", "avatarUrl": "https://www.smartrecruiters.com/web-api/employees/image/Tz22MEbz" }, "applyUrl": "https://www.smartrecruiters.com/smartrecruiters/74944235-experienced-seo-consultant-?oga=true", "jobAd": { "sections": { "companyDescription": { "title": "Company Description", "text": "The best company to work in." }, "jobDescription": { "title": "Job Description", "text": "It's a rally cool job." }, "qualifications": { "title": "Qualifications", "text": "a quality coder" }, "additionalInformation": { "title": "Additional Information", "text": "Additional information about this job." }, "videos": { "title": "Videos To Watch", "urls": [ "https://www.youtube.com/watch?v=eGb73Obar_c" ] } } }, "active": true } |
Fields description
name | type | description |
---|---|---|
id | string | unique string id associated with the posting |
uuid | string | universally unique string id associated with the posting |
name | string | name of a job associated with the posting |
jobId | string | id of a job |
jobAdId | string | id of a job ad |
releasedDate | date | date when a posting has been released |
applyUrl | string | Url which points to an Application Process (OneClick apply). |
creator | object | employee who created a posting. Please check Employee object. |
company | object | company associated with a job. Please check Company object. |
department | object | department associated with a job. Please check Department object. |
industry | object | industry associated with a job. Please check Industry object and /industries endpoint |
function | object | function associated with a job. Please check Function object and /functions endpoint |
experienceLevel | object | experienceLevel associated with a job. Please check ExperienceLevel object and /levels endpoint |
typeOfEmployment | object | experienceLevel associated with this job. Please check TypeOfEmploment object. |
location | object | jobs location. Please see Location object |
customField | object | customField associated with this job. Please see CustomField object |
jobAd | object | content of a job ad. Please see JobAd object |
active | boolean | indicates whether the posting is live or unpublished |