post https://sandbox.newcraft.io/jobs//get
Retrieves a specific job associated with your account.
Response Definitions
Response Item | Description | Data type |
---|---|---|
id | The ID associated with the employee. Each job ID is assigned by NewCraft. | String |
{location} | The location of the job. | String |
{description_html} | The job description in HTML. | String |
{description_text} | The job description in text. | String |
{name} | The title of the position. | String |
{department_id} | The ID of the department that the job is part of. | String |
{remote} | Indicates whether or not the job can be done remotely. "true" means it can, while "false" means it can't. | Boolean |
{status} | The status of the position in question. "opened" means that the position is currently accepting new applicants, and "closed" means that the position has been filled and that new applicants are not being accepted. | String |
Sample Response
{
"data": {
"id": "85626fc0-e140-44d9-aa04-e51f8ed7a56e",
"type": "job",
"attributes": {
"location": "Los Angeles, CA, USA",
"description_html": "<ul><li><b>5</b> years of design experience</li></ul>",
"description_text": "5 years of design experience",
"name": "Senior Designer",
"department_id": "8wigs573-s375-1x14-x9s1-31s8462fd8c3",
"remote": false,
"status": "opened"
}
}
}