Application Templates

An Application Template is a template from which Applications can be created. Application Templates are pre-configured by Binti for each agency's needs. Application template "slugs" are used when creating a new Application via the API. Only "active" templates can be used to create new Applications. Templates are versioned and may be deprecated and replaced over time as the agency's needs change.

  • id* (string) - The primary key for the record.
  • type* (string) - The JSON:API type specifier.
  • attributes* (object) - Primary record attributes.
    • slug* (string) - Machine readable template slug. This name is set up by Binti during template configuration.

    • state* (string) - The Application Template's current state.

      Allowed values
      • unpublished
      • active
      • deprecated
    • application-type* (string) - The type of application generated from the template.

      Allowed values
      • conversion
      • initial
      • renewal
    • activated-at* (string) - Date the Application Template was activated, if active.

    • deprecated-at* (string) - Date the Application Template was deprecated from use.

    • created-at* (string) - Date the Application Template was created.

    • updated-at* (string) - Date the Application Template was last updated in Binti.