Please enable JavaScript to view this site.

PRIM Help

 

 

WARNING: This section is intended for advanced users and "Super users" of PRIM Logix.

 

The configuration items presented in this section may indeed have an impact on your operations.

 

If in doubt, consult your system administrator.

 

Please note that only users in the appropriate security groups can access the software configuration windows.

 

Get the job sheet in HTML code



Returns the job sheet in HTML code as generated by PrimWeb. This Web service Web allows to import the job sheet directly and to post it directely with an URL on the agency Web site.

URL: api/GetOneJobDescriptionView

 

Attributes to pass to actionParameters


 

JobID

integer

Mandatory

ID of the job offer/replacement (poscod or trjcod)

Possible values: 1 or higher


 

JobType

string

Mandatory

Indicator of the type of jobs returned

Possible values: P (Permanent), C (Contractual), I (Internship) or T (Temporary)


 

Language

string

Mandatory

Indicates the language used to display the information

Possible values: FR (French) or EN (English)


 

Meta

string

Mandatory

Indicates if the job sheet should be posted on a social network.

This setting have an impact on indexing tags included in the HTML code of the page  that allows to a social network to index the job offer

Possible values: fb (Facebook), in (LinkedIn), tw (Twitter) or null (not tag for a social network)


Complete example of a request

{
    "actionParameters": {
      "JobID": 1625,
      "JobType": "I",
      "Language": "FR",
      "Meta": null
    }
}

Response returned by Web service


{
  "status": "success",
  "data": "<!DOCTYPE html>\r\n<html prefix=\"og: https://ogp.me/ns#\">\r\n\r\n ... </html>\r\n"
}

The data parameter includes the HTML code of the job sheet

Created with Help+Manual 8 and styled with Premium Pack Version 4 © by EC Software