task_activities


Description

A list of all task activities.

Columns

ColumnTypeSizeNullsAutoDefaultChildrenParentsComments
idint410null

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 (‘task_added’, ‘task_removed’, ‘task_completed’).

task_completed_attimestamp29,6null

Date the task was completed.

task_idint410null
tasks.idDefined in XMLR

Id of the task the record belongs to.

task_titlevarchar255null

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

updated_attimestamp29,6null

Date the record was updated.

Relationships