Application Status Changes

Represents a status change to an Application, including what the status was before and after the change

  • id* (string) - The primary key for the record.
  • type* (string) - The JSON:API type specifier.
  • attributes* (object) - Primary record attributes.
    • updated-at* (string) - Date and time the application status change occurred in Binti.
    • application-id* (number) - ID of the Binti application.
    • license-external-identifier* (string) - External systems identifier for a License or collection of Applications per family. Must be unique for agency.
    • provider-external-identifier* (string) - External systems identifier for a Placement Provider. Must be unique for agency.
    • status-before* (string) - The status of the application before the change. Will be null for newly created applications.
    • status-after* (string) - The status of the application after the change.
    • was-overridden* (boolean) - Whether the status change was overridden by a caseworker or Binti Admin.
    • overridden-reason* (string) - The reason the status change was overridden.
    • overridden-explanation* (string) - An explanation of why the status change was overridden.