Getting a list of navigation nodes in the section: getNodes

The request is made along the path <server URL>/rest/<service name>/getNodes/<section code> where the section code is specified in the namespace@name format .

You can specify in the request: doc: additional parameters <meta_query_parameters>:

  • section
  • parent
  • namespace

Query example:

https://localhost:8888/rest/meta/getNodes/develop-and-test@simpleTypes

a list of navigation nodes will be requested in the simpleTypes section of the develop-and-test namespace.

The example in dnt: test/modules/rest/metadatasrv.spec.js

/checking metadata service/# access the list of navigation nodes in a section: getNodes