Retrieves all items associated with a Box Hub.
This operation is performed by calling function getHubItemsV2025R0.
See the endpoint docs at API Reference.
try await client.hubItems.getHubItemsV2025R0(queryParams: GetHubItemsV2025R0QueryParams(hubId: createdHub.id))
- queryParams
GetHubItemsV2025R0QueryParams- Query parameters of getHubItemsV2025R0 method
- headers
GetHubItemsV2025R0Headers- Headers of getHubItemsV2025R0 method
This function returns a value of type HubItemsV2025R0.
Retrieves the items associated with the specified Box Hub.
Adds and/or removes Box Hub items from a Box Hub.
This operation is performed by calling function manageHubItemsV2025R0.
See the endpoint docs at API Reference.
Currently we don't have an example for calling manageHubItemsV2025R0 in integration tests
- hubId
String- The unique identifier that represent a hub. The ID for any hub can be determined by visiting this hub in the web application and copying the ID from the URL. For example, for the URL
https://*.app.box.com/hubs/123thehub_idis123. Example: "12345"
- The unique identifier that represent a hub. The ID for any hub can be determined by visiting this hub in the web application and copying the ID from the URL. For example, for the URL
- requestBody
HubItemsManageRequestV2025R0- Request body of manageHubItemsV2025R0 method
- headers
ManageHubItemsV2025R0Headers- Headers of manageHubItemsV2025R0 method
This function returns a value of type HubItemsManageResponseV2025R0.