Définition : Return the data related to a Job-offer or a term.

 

Setting

Definition

Possible value

Default value

if not specified

JobID

Job offer identifier

Whole value

MANDATORY

JobType

Job offer type

po / ma

po : job-offer

ma : terms

MANDATORY

Language

language of the returned result

FR / EN /ES

MANDATORY

isConfidential

Job offer confidentiality level

1 / 0

1 : confidential

0 : non confidential

MANDATORY

 

Return :

Example of the returned JSON via the web service :

(

 "status": 200,

 "message": "OK",

 "data": {

         "ClientNom": "Editions",

         "DivisionName": "division1.",

         "identifierName": "division1",

         "ClientAdresse": " 1 rue laval, Saint-Jean-sur-Richelieu Quebec J3A 1B6 Canada",

         "ClientBlobId": "32993",

         "ClientJSONWebsite": "[[]]",

         "ClientDescription": " client description",

         "NoOffre": "1365",

         "JobIdrcod": "404624",

         "isEchu": null,

         "TypeOffer": "PO",

         "Titre": "infirmier",

         "posteDescription": "",

         "posteDescriptionGoogleForJob": null,

         "CritereJSON": "[{crtieria...}]",

         "DateParution": "2018-12-31",

         "SalaireOffert": "28.00",

         "Statut": "PUBLISHED",

         "TypeContrat": "P",

         "DateDebut": "2019-01-07",

         "DateFin": null,

         "NoReference": null,

         "Ville": "Saint-Jean-sur-Richelieu",

         "JobCountryCode": "CA",

         "JobStateCode": "QC",

         "JobPostalCode": "J3A1B6",

         "streetAddress": "1 rue laval",

         "lieu": "Moncton",

         "Fonction": "Administrative assistant",

         "SocNetShareBlobId": "32993",

         "isofferapplayed": null,

         "IsEchu": "0"

 }

)