For AI agents: visit https://binti.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Application Status Changes
| Field | Type | Description |
|---|
id 🔑 | INTEGER | Legacy row identifier (same value as application_status_change_id). |
application_status_change_id | INTEGER | The ID of the ApplicationStatusChange object. |
linked_application_id 🔗 | INTEGER | The ID of the Application object that this status change is associated with. |
previous_status | STRING | The previous status of the Application object. |
new_status | STRING | The new status of the Application object. |
change_reason | STRING | The reason for the status change. |
changed_by_user_id 🔗 | INTEGER | The ID of the User object that made the status change. |
changed_at | TIMESTAMP | The timestamp of the status change. |
created_at | TIMESTAMP | The timestamp of when the status change was created. |
updated_at | TIMESTAMP | The timestamp of when the status change was last updated. |
overridden | BOOLEAN | True if the status change was overridden, false otherwise. |
overridden_reason | STRING | The reason the status change was overridden (categorical string). |
overridden_explanation | STRING | The explanation of why the status change was overridden (freeform text). |
status_date | DATE | The user-set effective calendar date for this status change. When the column is not set in Binti, the export uses the calendar date of changed_at (when the status change was recorded in Binti). |
id - Legacy row identifier (same value as application_status_change_id).
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.