Skip to main content
API version 2024.0 An app item association represents an association between a file or folder and an app item. Associations between a folder and an app item cascade down to all descendants of the folder.
id
string
example: 12345678The unique identifier for this app item association.
type
string
example: app_item_associationThe value will always be app_item_association.Value is always app_item_association
app_item
App itemobject
The app item which is associated with the file or folder.
item
File (Base)/Folder (Base)/Web link (Base)object
The file, folder or web link which is associated with the app item.
{
  "id": "12345678",
  "type": "app_item_association",
  "app_item": {
    "id": "12345678",
    "type": "app_item",
    "application_type": "hubs"
  },
  "item": {
    "id": "12345",
    "type": "file",
    "etag": "1"
  }
}