Box Hub
A standard representation of a Box Hub, as returned from any Box Hubs API endpoints by default.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The unique identifier that represent a Box Hub. The ID for any Box Hub can be determined by visiting a Box Hub in the web application and copying the ID from the URL. For example, for the URL https://*.app.box.com/hubs/123 the hub_id is 123. |
type | enum<string> | Yes | The value will always be hubs. Available options: hubs. |
title | string | No | The title given to the Box Hub. |
description | string | No | The description of the Box Hub. First 200 characters are returned. |
created_at | string | No | The date and time when the folder was created. This value may be null for some folders such as the root folder or the trash folder. |
updated_at | string | No | The date and time when the Box Hub was last updated. |
created_by | User (Mini) | No | The user who created this Box Hub. |
updated_by | User (Mini) | No | The user who last modified this Box Hub. |
view_count | integer | No | The number of views for the Box Hub. |
is_ai_enabled | boolean | No | Indicates if AI features are enabled for the Box Hub. |
is_collaboration_restricted_to_enterprise | boolean | No | Indicates if collaboration is restricted to the enterprise. |
can_non_owners_invite | boolean | No | Indicates if non-owners can invite others to the Box Hub. |
can_shared_link_be_created | boolean | No | Indicates if a shared link can be created for the Box Hub. |
can_public_shared_link_be_created | boolean | No | Indicates if a public shared link can be created for the Box Hub. |
Example
Box Hub (Base)
The bare basic representation of a Box Hub.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The unique identifier that represent a Box Hub. The ID for any Box Hub can be determined by visiting a Box Hub in the web application and copying the ID from the URL. For example, for the URL https://*.app.box.com/hubs/123 the hub_id is 123. |
type | enum<string> | Yes | The value will always be hubs. Available options: hubs. |
Example
Box Hubs
A paginated list of hubs.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
entries | array of Box Hub | No | A list of hubs. |
limit | integer | No | The limit that was used for these entries. This will be the same as the limit query parameter unless that value exceeded the maximum value allowed. The maximum value varies by API. |
next_marker | string | No | The marker for the start of the next page of results. Can be null. |
Example
