Skip to main content
API version 2024.0 An app item represents an content object owned by an application. It can group files and folders together from different paths. That set can be shared via a collaboration.
id
string
example: 12345678The unique identifier for this app item.
type
string
example: app_itemThe value will always be app_item.Value is always app_item
application_type
string
example: hubsThe type of the app that owns this app item.
{
  "id": "12345678",
  "type": "app_item",
  "application_type": "hubs"
}