Obtain the navigation topology
Path parameters
ObjectID or uniqueName of a page.
Query parameters
You can request a feed of a resource that is maintained in a tree model. If you do this, you can parameterize the URL,by the number of levels that the response should contain. levelcount is an integer value that is greater than zero. See additional documentation here: https://help.hcltechsw.com/digital-experience/9.5/dev/rest_addl_prms.html
If the feed always transports all available information, it will be large. Therefore there is a way to limit the size of the feed. You can use the query parameter rep to specify the volume of information that is transported. You use the parameter as follows:
[ &rep = compact | full | empty ]
Some metadata names are hidden, as they are not exposed in the MetaData iterator; for example, this is the case for all names that start with com.ibm.portal. These names also do not show up in a feed.
In the compact representation mode no metadata may be exposed, although some certain MetaData are required. Therefore, in order to expose them in a feed, you need to explicitly request them. To do this, use the &mdname parameter as follows: [ &mdname=string ]
Response
Success.