Box Developer Documentation

A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.

App item

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

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.

string
12345678

The unique identifier for this app item.

string
app_item

The value will always be app_item.

Value is always app_item

hubs

The type of the app that owns this app item.

Response Example

{
  "id": "12345678",
  "type": "app_item",
  "application_type": "hubs"
}