The BusinessAppInstall object

Represents an installed app for a business.

Properties

NameDescriptionTypeRequired
uidUnique identifier for the business app install record.string
business_uidUnique identifier of the business that has the app installed.stringYes
app_code_nameThe unique code name of the installed app (e.g., "calendar_sync").stringYes
created_atThe date and time when the install record was created, in ISO 8601 format.string
updated_atThe date and time when the install record was last updated, in ISO 8601 format.string

Example

JSON

{
  "uid": "a1b2c3d4e5f6a1b2",
  "business_uid": "d290f1ee6c544b01",
  "app_code_name": "calendar_sync",
  "created_at": "2024-01-15T10:30:00Z",
  "updated_at": "2024-01-15T10:30:00Z"
}