Skip to main content
API version 2025.0 A Box Hub Item is a Box Item that is referenced in a Box Hub.
id
string
example: 12345678The unique identifier for this item.
type
string
example: fileThe type of the item.Value is one of file,folder,web_link
name
string
example: My FileThe name of the item.
{
  "id": "12345678",
  "type": "file",
  "name": "My File"
}