Site structure
Retrieve and manipulate the entire hierarchical layout of a site.
Provides a complete overview of how content is organized on a site. With this API, you can discover page nesting, identify sections, and reorder site elements as needed.
Get the complete structure of a site that includes all its site-sections and site-spaces.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired
The unique id of the organization
siteIdstringRequired
The unique id of the site
Query parameters
shareKeystringOptional
For sites published via share-links, the share key is useful to resolve published URLs.
Responses
200
OK
application/json
Responseone of
or
404
No matching site found
application/json
get
/orgs/{organizationId}/sites/{siteId}/structureLast updated
Was this helpful?