Join BoxWorks 2024 to discover what's possible with content and AI!
Register now!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.
12345678
The unique identifier for this app item association.
app_item_association
app_item_association
Value is always app_item_association
The app item which is associated with the file or folder.
The file or folder 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"
}
}