Definition: Obtain the number of active positions

 

Setting

Definition

Possible value

Default value

if not specified

JobId

Position ID

Put ‘null ’ to display all positions

NULL

JobType

Type of position :

Agency or Client

B: Both

W: Web (self-managed)

A: Agency

B

JobFilled

Filled or vacant

B: Both

F: Filled

V: Vacancy (vacant)

B

 

Return:

Example of JSON returned by the Web service

 

(

 "status": 200,

 "message": "OK",

 "data": {

         "NewJobCount": [{

                 "rownumber": 1,

                 "JobCount": 41

         }]

 }

)