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.

 

Obtain the number of vacant positions



Returns the number of vacant positions in the job board

URL: api/NewJobCount

 

Attributes to pass to  actionParameters


 

JobType

string

Optional

Indicates the type of jobs to be included in the calculation

Possible values: B or W or A, where

W = includes only self-managed jobs (with)

A = includes only jobs that are NOT self-managed

B = includes both types of jobs (both)

Default value: B


 

JobFilled

string

Optional

Indicates if jobs to be included in the calculation jobs that already have a candidate assigned

Possible values: B or F or V, where

F = includes only the jobs with a candidate assigned (filled)

i.e. jobs  with status that have the PCPOC cox checked

V = includes only vacant positions

B = includes both types of jobs (both)

Default value: B


Complete example of a request

{
    "actionParameters":
    {
        "JobType": "B",
        "JobFilled": "B"
    }
}

Response returned by Web service


{
  "status": "success",
  "data": [
    {
      "rownumber": 1,
      "JobCount": 222
    }
  ]
}

Here is what each field returned by the data property corresponds to:


 

rownumber

integer

Indicates the rank of this section in the JSON

Value will always be: 1


 

JobCount

integer

Indicates the number of jobs in the job board depending on the value of the fields sent

Possible values: 0 or higher


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