Placement Providers

A Placement Provider is a location a Child can be placed. This may be a family home, a group home, or a congregate care facility for example. The Provider is associated with active Provider Members currently in the facility/home, and inactive Provider Members, who are no longer in the facility/home.

  • id* (string) - The primary key for the record.
  • type* (string) - The JSON:API type specifier.
  • attributes* (object) - Primary record attributes.
    • license-external-identifier* (string) - External systems indentifier for License held by this provider. Must be unique for agency.
    • created-at* (string) - Date Placement Provider was created in Binti.
    • updated-at* (string) - Date Placement Provider was last updated at in Binti.
  • 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.
    • active-members (object) - A relationship with multiple entries.
      • data* (array) - Array of entries.
        • id* (string) - The ID of the other object.

        • type* (string) - Always provider-members

          Allowed values
          • provider-members
    • inactive-members (object) - A relationship with multiple entries.
      • data* (array) - Array of entries.
        • id* (string) - The ID of the other object.

        • type* (string) - Always provider-members

          Allowed values
          • provider-members
    • licenses (object) - A relationship with multiple entries.
      • data* (array) - Array of entries.
        • id* (string) - The ID of the other object.

        • type* (string) - Always licenses

          Allowed values
          • licenses