Agency Placements
The Agency Placement is an identifier for a family, agency, or congregate care. Effectively it represents a place a child can be placed. This is often also called a Provider.
id
* (string) - The primary key for the record.type
* (string) - The JSON:API type specifier.attributes
* (object) - Primary record attributes.-
created-at
* (string) - Date and time that the Agency Placement was created in Binti. -
updated-at
* (string) - Date and time that the Agency Placement was last updated in Binti. -
name
* (string) - Agency Placement name -
license-id
* (string) - DEPRECATED -- Identifier for the family or congregate care facility. Use external_identifier instead. -
provider-external-identifier
* (string) - A configurable identifier to track provider location across systems. For residential settings this is analogous to family id. For congregate care facilities or private agencies this might be their certification id. -
contact-information
* (string) - Contact information for the Agency Placement. -
external-identifier
* (string) - Identifier for the Agency Placement model in an external system. -
respite-provider
* (boolean) - A boolean for if the Agency Placement is a respite provider or not. TRUE if is a respite provider. -
status
* (string) - Status of the Agency Placement.Allowed values
- applying
- approved
- closed
-
capacity
* (number) - The number of children the Agency Placement can accommodate. -
availability-updated-at
* (string) - Date and time that the availability of beds was last updated at. -
availability-updated-by-id
* (number) - The ID of the Agency Worker who updated the availability last. -
managed-by-type
* (string) - Used to distinguish between a group home and family placement. The two options are 'Agency' and 'GroupHome'. -
managed-by-id
* (number) - The ID of the Agency or GroupHome to which this Agency Placement is associated. -
user-agency-profile-id
* (number) - The ID of the User Agency Profile to which this Agency Placement is associated. -
child-in-home
* (boolean) - Indicates whether there are any children currently placed in the home. Null indicates that this value is not known.
-
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.placement-holds
(object) - A relationship with multiple entries.data
* (array) - Array of entries.-
id
* (string) - The ID of the other object. -
type
* (string) - Always placement-holdsAllowed values
- placement-holds
-
Updated 6 days ago