Job
Example:
{
    "id": "e63dfcab300260b2591f585126ede56627db4ef8",
    "name": "Senior Ruby Developer",
    "industry": {
        "id": "computer_software",
        "label": "Computer Software"
    },
    "function": {
        "id": "engineering",
        "label": "Engineering"
    },
    "experienceLevel": {
        "id": "mid_senior_level",
        "label": "senior"
    },
    "location": {
        "country": "US",
        "region": "FL",
        "city": "Orlando"
    }
}Fields description
| Name | Type | Description | 
|---|---|---|
| id | string | unique job id | 
| name | string | job name | 
| industry | object | industry associated with this job. Please check Industry object and /industries endpoint | 
| function | object | function associated with this job. Please check Function object and /functions endpoint | 
| experienceLevel | object | experienceLevel associated with this job. Please check ExperienceLevel object and /levels endpoint | 
| location | object | jobs location. Please check Location object | 
Updated about 1 month ago