Site section groups
Group and manage sections of your docs for easier organization.
Section groups let you bundle multiple top-level sections together, offering additional structuring capabilities and simplifying navigation for your readers.
The object type, which is always "site-section-group"
Unique identifier of the site section group
Title of the site section group
ID of the parent section group this group belongs to
Whether the site section group is draft and not live.
Name of the icon
gearThe SiteSectionGroup object
Returns a paginated list of section groups for the site. Section groups are containers that organize multiple sections into a hierarchical navigation structure. Use this to inspect the current grouping before adding, updating, or reordering items in the site structure.
A unique entity identifier
^[a-zA-Z0-9_-]+$The unique id of the site
Identifier of the page results to fetch.
The number of results per page
OK
Total count of objects in the list
OK
Creates a new section group to organize multiple sections under a shared navigation label. Section groups can be nested by providing a parent group ID. Existing sections can be assigned to the group at creation time via their IDs. Create the group in draft mode to stage it before publishing.
A unique entity identifier
^[a-zA-Z0-9_-]+$The unique id of the site
Title of the site section group
Name of the icon
gearIDs of the sections to be added to the section group
ID of the parent section group to nest this group under. If not provided, the section group will be added at the root of the site.
Whether the section group should be created in draft mode.
Section group added to the site
Section group added to the site
A unique entity identifier
^[a-zA-Z0-9_-]+$The unique id of the site
The unique id of the site group
Site section group did not exist
Site section group has been deleted
No content
Updates a section group's properties in the site's navigation structure.
A unique entity identifier
^[a-zA-Z0-9_-]+$The unique id of the site
The unique id of the site group
Title of the site section group
Name of the icon
gearWhether the site section group should be kept in draft mode. Setting it to true makes the site section group draft. Setting it to false makes the site section group live.
OK
The object type, which is always "site-section-group"
Unique identifier of the site section group
Title of the site section group
ID of the parent section group this group belongs to
Whether the site section group is draft and not live.
Name of the icon
gearOK
Move a site section group to a new position. (Deprecated) use sortSiteStructure instead.
A unique entity identifier
^[a-zA-Z0-9_-]+$The unique id of the site
The unique id of the site group
Site section group moved
The object type, which is always "site-section-group"
Unique identifier of the site section group
Title of the site section group
ID of the parent section group this group belongs to
Whether the site section group is draft and not live.
Name of the icon
gearInvalid move site section group position provided
No matching site section group found
Last updated
Was this helpful?