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 application_participant_id). |
application_participant_id | INTEGER | Unique user-agency profile identifier for the participant. |
application_id 🔗 | INTEGER | The ID of the Application this participant is associated with. |
agency_id 🔗 | INTEGER | The ID of the agency this participant belongs to. |
person_id 🔗 | INTEGER | The ID of the Person associated with this participant. |
participant_type | STRING | The type of participant - one of 'applicant', 'co_applicant', 'other_adult', 'child_in_home'. |
created_at | TIMESTAMP | When this participant was created. |
updated_at | TIMESTAMP | When this participant was last updated. |
id - Legacy row identifier (same value as application_participant_id).
application_id - The ID of the Application this participant is associated with.
agency_id - The ID of the agency this participant belongs to.
person_id - The ID of the Person associated with this participant.