List Hub Document blocks for page
Retrieves a sorted list of all Hub Document Blocks on a specified page in the hub document, excluding items. Blocks are hierarchically organized by their parent_id. Blocks are sorted in order based on user specification in the user interface. The response will only include content blocks that belong to the specified page. This will not include sub pages or sub page content blocks.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Version header.
2025.0 Query Parameters
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/123 the hub_id is 123.
The unique identifier of a page within the Box Hub.
Defines the position marker at which to begin returning results. This is used when paginating using marker-based pagination.
The maximum number of items to return per page.
x <= 1000Response
Returns a Hub Document Blocks response whose entries array contains all content blocks of the specified page, except for items. To retrieve items, use the GET /hub_items endpoint.
A list of Hub Document blocks.
Ordered list of blocks.
A paragraph block in the Box Hub Document.
- Box Hub Paragraph Text Block
- Box Hub Section Title Text Block
- Box Hub Callout Box Text Block
- Box Hub Item List Block
- Box Hub Divider Block
The value will always be document_blocks.
document_blocks "document_blocks"
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.
1000
The marker for the start of the next page of results.
"JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii"
