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_curriculum_id). |
training_curriculum_id | INTEGER | The unique identifier for the training curriculum record. |
agency_id 🔗 | INTEGER | The ID of the agency this training curriculum belongs to. |
name | STRING | The name or title of the training curriculum. |
number_of_hours | DECIMAL | The number of training hours required to complete this curriculum. |
training_type | STRING | The type or category of training this curriculum represents. |
training_type_detailed | STRING | The detailed, human-readable description of the training type. |
cpr | BOOLEAN | Whether this curriculum represents CPR certification. |
active | BOOLEAN | Whether this curriculum is currently active (true) or archived (false). |
created_at | TIMESTAMP | The timestamp when the training curriculum record was created. |
updated_at | TIMESTAMP | The timestamp when the training curriculum record was last updated. |
id - Legacy row identifier (same value as training_curriculum_id).
agency_id - The ID of the agency this training curriculum belongs to.