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. |
Returns the number of vacant positions in the job board
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
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"
}
}
{
"status": "success",
"data": [
{
"rownumber": 1,
"JobCount": 222
}
]
}
Here is what each field returned by the data property corresponds to:
integer
Indicates the rank of this section in the JSON
Value will always be: 1
integer
Indicates the number of jobs in the job board depending on the value of the fields sent
Possible values: 0 or higher