Getting information about the presentation form of class objects when viewing: getDetailViewModel

The request is made along the path <server URL>/rest/<service name>/getDetailViewModel/<class name>, where the class name is indicated with the namespace.

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

  • node
  • namespace
  • version

Query example:

https://localhost:8888/rest/meta/getDetailViewModel/class_text@develop-and-test

an object will be requested to represent objects of the class_text class when viewing them in the develop-and-test namespace.

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

/checking metadata service/# access meta class detail view model: getDetailViewModel