Application Key Dates
A pipeline funnel report for tracking barriers to licensing. Including key times and dates during the application process. All times are displayed in UTC in iso8601 format regardless of the timezone of the user or query.
id
* (string) - The primary key for the record.type
* (string) - The JSON:API type specifier.attributes
* (object) - Primary record attributes.created-at
* (string) - Time pipeline report was created.updated-at
* (string) - Time pipeline report was last updated. This is updated when the report is regenerated.inquiry-date
* (string) - Date of inquiry for all applicationapproval-start-time
* (string) - Time approval startedapproval-complete-time
* (string) - Time approval completedapplicant-forms-start-time
* (string) - Time applicant forms startedapplicant-forms-complete-time
* (string) - Time applicant forms completedbackground-check-start-time
* (string) - Time background check(s) startedbackground-check-complete-time
* (string) - Time background check(s) completedcaseworker-forms-start-time
* (string) - Time caseworker forms startedcaseworker-forms-complete-time
* (string) - Time caseworker forms completedonline-orientation-date
* (string) - Date of online orientationin-person-orientation-date
* (string) - Date of in-person orientationpsycho-social-start-time
* (string) - Time psycho-social evaluation startedpsycho-social-complete-time
* (string) - Time psycho-social evaluation completedreferences-start-time
* (string) - Time reference forms startedreferences-complete-time
* (string) - Time references forms completedsupporting-documents-start-time
* (string) - Time supporting documents startedsupporting-documents-complete-time
* (string) - Time supporting documents completedtrainings-start-time
* (string) - Time trainings startedtrainings-complete-time
* (string) - Time trainings completedrelated-attributes
* (object) - Attributes from related models. Prefixed with which relationship the attributes come from.application-id
* (string) - Application ID being trackedapplication-created-at
* (string) - Date application was created.application-external-identifier
* (string) - External systems identifier for individual Application. Must be unique for agency.application-type
* (string) - Type of applicationapplication-status
* (string) - Status of applicationlicense-external-identifier
* (string) - External systems identifier for a License or collection of Applications per family. Must be unique for agency.family-id
* (string) - Family ID
status-changes
* (array) - List of status changes for the applicationstatus-before
* (string) - Status before changestatus-after
* (string) - Status after changestatus-date
* (string) - Date entered for status changedchanged-at
* (string) - Date status was changed at in UTC
agency-key-dates
* (array) - List of custom agency key dates for the applicationdate
* (string) - Date recorded for custom key dateslug
* (string) - Slug for key datekey-date-type
* (string) - Name of key datekey-date-type-description
* (string) - Description of key datecreated-at
* (string) - Time key date was created.updated-at
* (string) - Time key date was updated.
relationships
(object) - Related objects. For each relationship, you can find detailed information about the object by issuing another API call to look it up by ID, or for certain endpoints, you will find details in the "included" section.application
(object) - A relationship with a single entry.data
* (object) - The related application-
id
* (string) - The ID of the other object. -
type
* (string) - Always initial-applications or renewal-applicationsAllowed values
- initial-applications
- renewal-applications
-
Updated 6 days ago