Applications

Applications

FieldTypeDescription
id 🔑INTEGERThe unique identifier for the application record.
agency_id 🔗INTEGERThe ID of the agency this application belongs to.
external_identifierSTRINGExternal systems identifier for the application, if provided.
license_id 🔗INTEGERThe ID of the license this application is associated with.
placement_provider_id 🔗INTEGERThe ID of the placement provider (caregiver) this application is for.
typeSTRINGThe type of application (e.g., initial, renewal, conversion).
application_template_id 🔗INTEGERThe ID of the application template used for this application.
created_atTIMESTAMPThe timestamp when the application was created.
updated_atTIMESTAMPThe timestamp when the application was last updated.
started_atTIMESTAMPThe timestamp when the application process was started.
completed_atTIMESTAMPThe timestamp when the application was completed, if applicable.
previous_application_id 🔗INTEGERThe ID of the previous application this one is renewing or replacing.
is_latest_for_licenseBOOLEANWhether this is the most recent application for the associated license.
maximum_approved_ageINTEGERThe maximum age of children this application approves the caregiver to care for.
minimum_approved_ageINTEGERThe minimum age of children this application approves the caregiver to care for.
maximum_capacityINTEGERThe maximum number of children this application approves the caregiver to care for.
statusSTRINGThe current status of the application.
status_reasonSTRINGThe reason for the current application status.
status_reason_descriptionSTRINGAdditional details or explanation for the status reason.
latest_status_change_dateDATEThe date when the application status was last changed.

Key Information

Primary Keys

  • id - The unique identifier for the application record.

Foreign Keys

  • agency_id - The ID of the agency this application belongs to.
  • license_id - The ID of the license this application is associated with.
  • placement_provider_id - The ID of the placement provider (caregiver) this application is for.
  • application_template_id - The ID of the application template used for this application.
  • previous_application_id - The ID of the previous application this one is renewing or replacing.