candidate_activities


Description

A list of all candidate activities.

Columns

ColumnTypeSizeNullsAutoDefaultChildrenParentsComments
idint410null
candidate_pipeline_stages.candidate_activity_idDefined in XMLR

Primary key.

admin_idint410null
admins.idDefined in XMLR

Id of the admin the record belongs to.

admin_namevarchar255null

Admin name.

candidate_idint410null
candidates.idDefined in XMLR

Id of the candidate the record belongs to.

candidate_namevarchar255null

Candidate name. Note: this field is only available for primary user (with full access).

company_idint410null
companies.idDefined in XMLR

Id of the company the record belongs to.

created_attimestamp29,6null

Date the record was created.

eventvarchar255null

Event name - one of (‘candidate_added’, ‘candidate_applied’, ‘candidate_merged’, ‘candidate_assigned_to_offer’, ‘candidate_removed_from_offer’, ‘candidate_disqualified’, ‘candidate_requalified’, ‘candidate_changed_stage’, ‘candidate_gone_overdue’).

offer_idint410null
offers.idDefined in XMLR

Id of the offer the record belongs to.

offer_kindvarchar255null

Offer kind - one of (‘job’, ‘talent_pool’).

offer_titlevarchar255null

Offer title.

previous_stage_idint410null
stages.idDefined in XMLR

Id of the previous stage candidate was in.

previous_stage_namevarchar255null

Name of the previous stage.

stage_idint410null
stages.idDefined in XMLR

Id of the stage activity occured in.

stage_namevarchar255null

Name of the stage.

updated_attimestamp29,6null

Date the record was updated.

Relationships