Join us on May 20th for the Content + AI Virtual Summit. Register now
client.hub_document.get_hub_document_pages_v2025_r0(hub_id){
"entries": [
{
"id": "d97f7c26-0d9b-42a1-a00d-6e6db9619e0f",
"type": "page",
"title_fragment": "This is the home page title !!"
},
{
"id": "df6be226-6a40-429e-afd3-0e9ea73f1990",
"type": "page",
"parent_id": "d97f7c26-0d9b-42a1-a00d-6e6db9619e0f",
"title_fragment": "This is the second page title !!"
}
],
"type": "document_pages",
"limit": 1000,
"next_marker": null
}指定されたHubのHubドキュメントページのリストを取得します。ルートレベルのページとサブページの両方が含まれます。
client.hub_document.get_hub_document_pages_v2025_r0(hub_id){
"entries": [
{
"id": "d97f7c26-0d9b-42a1-a00d-6e6db9619e0f",
"type": "page",
"title_fragment": "This is the home page title !!"
},
{
"id": "df6be226-6a40-429e-afd3-0e9ea73f1990",
"type": "page",
"parent_id": "d97f7c26-0d9b-42a1-a00d-6e6db9619e0f",
"title_fragment": "This is the second page title !!"
}
],
"type": "document_pages",
"limit": 1000,
"next_marker": null
}Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Version header.
2025.0 Hubを表す一意の識別子。
HubのIDを確認するには、ウェブアプリでこのHubにアクセスして、URLからIDをコピーします。たとえば、URLがhttps://*.app.box.com/hubs/123の場合、hub_idは123です。
結果が返される開始位置のマーカー。マーカーベースのページネーションを使用している場合に使用されます。
返す項目の1ページあたりの最大数。
x <= 1000entries配列にルートレベルのページとサブページが含まれている、Hubドキュメントページのレスポンスが返されます。さらに多くの結果がある場合は、ページネーションが含まれます。
Hubドキュメントページのリスト。
ページの順序付きリスト。
Show child attributes
値は常にdocument_pagesになります。
document_pages "document_pages"
これらのエントリで使用された制限値。許容される最大値を超えていない限り、クエリパラメータのlimitと等しくなります。最大値はAPIによって異なります。
1000
次の検索結果ページの開始場所のマーカー。
"JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii"
このページは役に立ちましたか?