Box Developer Documentation

Box Hub Item

A Box Hub Item is a Box Item that is referenced in a Box 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"
}