Application Status Changes

Application Status Changes

FieldTypeDescription
id 🔑INTEGERLegacy row identifier (same value as application_status_change_id).
application_status_change_idINTEGERThe ID of the ApplicationStatusChange object.
linked_application_id 🔗INTEGERThe ID of the Application object that this status change is associated with.
previous_statusSTRINGThe previous status of the Application object.
new_statusSTRINGThe new status of the Application object.
change_reasonSTRINGThe reason for the status change.
changed_by_user_id 🔗INTEGERThe ID of the User object that made the status change.
changed_atTIMESTAMPThe timestamp of the status change.
created_atTIMESTAMPThe timestamp of when the status change was created.
updated_atTIMESTAMPThe timestamp of when the status change was last updated.
overriddenBOOLEANTrue if the status change was overridden, false otherwise.
overridden_reasonSTRINGThe reason the status change was overridden (categorical string).
overridden_explanationSTRINGThe explanation of why the status change was overridden (freeform text).

Key Information

Primary Keys

  • id - Legacy row identifier (same value as application_status_change_id).

Foreign Keys

  • linked_application_id - The ID of the Application object that this status change is associated with.
  • changed_by_user_id - The ID of the User object that made the status change.