Get Job-agent single
GET {{endpoint}}/ws/v.1.00/jobagent?id={{jobagent_id}}
Returns the search criteria saved in a job agent.
input
- jobagent_id *: numeric
output
- jobagent_id: numeric
- candidate_id: numeric
- title: string
- country: mapping
- region: mapping
- address: string
- distance: numeric
- keyword: string
- sector: mapping
- role: mapping
{
"jobagent_id": 18,
"candidate_id": 4,
"title": "CV";
"country": 109,
"region": 1436,
"address": "Milano, Viale Zara, 50",
"distance": 50,
"keyword": "programmatore",
"sector": 590,
"role": 220
}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |