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.
A Box Hub Item is a Box Item that is referenced in a Box Hub.
12345678The unique identifier for this item.
fileThe type of the item.
Value is one of file,folder,web_link
My FileThe name of the item.
{
"id": "12345678",
"type": "file",
"name": "My File"
}