Box Developerドキュメント

Hub (Base)

The bare basic representation of a hub.

このリソースにはAPIの使用時に発生する可能性があるいくつかのバリエーションがあります。

Baseバリアントに含まれるフィールドは、fieldsクエリパラメータで指定されたフィールドのほかに、そのパラメータを使用しているときに必ず返されるデフォルトのフィールドを表します。

string
12345

The unique identifier that represent a hub.

The ID for any hub can be determined by visiting a 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.

string
hubs

The value will always be hubs.

次の値に固定: hubs

レスポンスの例

{
  "id": "12345",
  "type": "hubs"
}