RecruitmentCampaign

List recruitment campaign - client mode

Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.

Use this API for getting recruitment campaign info. You will get points for each recruitment product whitin a company and a recruit campaign.

SecurityClient_Credentials
Request
path Parameters
campaignCode
required
string <= 12 characters

Specific campaign code

query Parameters
companyCode
string <= 12 characters

Specific company code

Responses
200

OK

Response Schema: application/json
Array of objects

Company wrapper element, containing a list of campaign

400

Bad Request

429

Too Many Requests

500

Internal Server Error

get/v1/client/recruitment/campaign/{campaignCode}
Request samples
Response samples
application/json
{
  • "campaignItems": [
    ]
}