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 |
|---|
child_care_level_id 🔑 | INTEGER | Unique identifier for the assignment of a level of care to a child. |
child_id 🔗 | INTEGER | Unique identifier for the child that the level of care is assigned to. |
agency_id 🔗 | INTEGER | Unique identifier for the agency that the child belongs to. |
level_of_care_id 🔗 | INTEGER | Unique identifier for the level of care that is assigned to the child. |
level_of_care_name | STRING | Name of this level of care. |
level_of_care_slug | STRING | Slug of this level of care. |
start_date | DATE | Start date of this level of care for this child. |
end_date | DATE | End date of this level of care for this child. |
child_care_level_id - Unique identifier for the assignment of a level of care to a child.
child_id - Unique identifier for the child that the level of care is assigned to.
agency_id - Unique identifier for the agency that the child belongs to.
level_of_care_id - Unique identifier for the level of care that is assigned to the child.