Create Campaign - Step 3

Create job campaign - Step 3: Scoring Parameters (Configure candidate evaluation criteria)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
campaignIdstringRequiredformat: "uuid"
Campaign ID from Step 1
enableSkillScoringbooleanOptional

Enable skill-based scoring (default: true)

skillslist of anyOptional
Array of skill requirements
enableCompetencyScoringbooleanOptional

Enable competency scoring (default: true)

competencieslist of anyOptional
Array of competency requirements
enableEducationScoringbooleanOptional

Enable education scoring (default: true)

educationlist of anyOptional
Array of education requirements
enableExperienceScoringbooleanOptional

Enable experience scoring (default: true)

experiencelist of anyOptional
Array of experience requirements
enableOtherScoringbooleanOptional

Enable other scoring criteria (default: false)

otherScoringlist of anyOptional
Array of other scoring criteria

Response

Scoring parameters configured successfully
successbooleanOptional
dataobjectOptional
messagestringOptional
timestampstringOptional
versionstringOptional

Errors

400
Bad Request Error