Getting information about the ancestor class: ancestor

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

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

  • version
  • namespace

Query example:

https://localhost:8888/rest/meta/getMeta/event@develop-and-test

Information will be requested on the ancestor class of the event class in the develop-and-test namespace - BasicObj.

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

/checking metadata service/# accessing info about class ancestor