Box Developer Documentation

Hub Item

A Hub Item is a Box Item that is referenced in a Hub.

string
12345678

The unique identifier for this item.

string
file

The type of the item.

Value is one of file,folder,web_link

string
My File

The name of the item.

Response Example

{
  "id": "12345678",
  "type": "file",
  "name": "My File"
}