Get Job single
GET {{endpoint}}/ws/v.1.00/job?id={{job_id}}
Returns the details of a job offer.
input
- job_id *: numeric
output
- job_id: numeric
- title: string
- country: mapping
- region: mapping
- city: string
- address: string
- sector: mapping
- role: mapping
- description: html
- sem: array of items
- id: id of the semantic tag
- title: title of the semantic tag
{
"job_id": 2,
"title": "plain text",
"country": 109,
"region": 1436,
"city": "Milano",
"address": "Viale Zara, 50",
"sector": 590,
"role": 220,
"description": "html text",
"sem": [
{
"id": 25002,
"title": "programmatore php"
},
{
"id": 25003,
"title": "programmatore java"
},
{
"id": 25004,
"title": "programmatore c/c++"
},
{
"id": 25005,
"title": "programmatore .net"
},
{
"id": 25006,
"title": "programmatore sharepoint"
},
{
"id": 25007,
"title": "programmatore android"
},
{
"id": 25008,
"title": "it help desk"
},
{
"id": 25009,
"title": "analista funzionale it insurance"
},
{
"id": 25010,
"title": "analista funzionale it banking"
},
{
"id": 25011,
"title": "analista funzionale sap"
}
]
}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |