For AI agents: visit https://binti.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Field | Type | Description |
|---|
id 🔑 | INTEGER | Legacy row identifier (same value as training_session_id). |
training_session_id | INTEGER | The unique identifier for the training session record. |
agency_id 🔗 | INTEGER | The ID of the agency hosting this training session. |
logged_by_worker_id 🔗 | INTEGER | The ID of the worker who logged this training session. |
curriculum_id 🔗 | INTEGER | The ID of the training curriculum being taught in this session. |
training_session_date | DATE | The date when the training session is scheduled or occurred. |
expiration_date | DATE | The expiration date for this training session, if applicable. |
custom_training | BOOLEAN | Whether this is a custom/freeform training session. |
custom_training_title | STRING | The title of the training, if this is a freeform training. |
custom_training_hours | DECIMAL | The number of hours for the training, if this is a freeform training. |
created_at | TIMESTAMP | The timestamp when the training session record was created. |
updated_at | TIMESTAMP | The timestamp when the training session record was last updated. |
id - Legacy row identifier (same value as training_session_id).
agency_id - The ID of the agency hosting this training session.
logged_by_worker_id - The ID of the worker who logged this training session.
curriculum_id - The ID of the training curriculum being taught in this session.