Search from Job-agent

POST {{endpoint}}/ws/v.1.00/search-job

Performs a job agent and returns the result.

input

  • jobagent_id *: numeric
  • order_by *: compatibility/date/distance
  • paginator *: numeric
  • page *: numeric

outpout

  • count: numeric
  • details: array of items
    • job_id: numeric
    • title: string
    • country: mapping
    • region: mapping
    • city: string
    • address: string
    • description: html
    • sector: mapping
    • role: mapping
    • date: DD/MM/YYYY hh:mm:ss
    • compatibility: numeric
{
    "count": 4,
    "details": [
        {
            "job_id": 2,
            "title": "plain text",
            "country": 109,
            "region": 1436,
            "city": "Milano",
            "address": "Viale Zara, 50",
            "description": "html text",
            "sector": 590,
            "role": 220,
            "date": "06/11/2021 16:27:09",
            "compatibility": 80
        },
        ...
    ]
}

Request Body

{"jobagent_id"=>18, "order_by"=>"compatibility", "paginator"=>50, "page"=>1}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Cookiestring
Content-Typestring
Acceptstring