Additional metadata service request parameters

In most requests to the metadata service (meta), in addition to the request itself, you can specify additional parameters. The list of additional parameters that need to be applied to the request begins with the symbol ?. After which the name and value of the parameter are written through the sign `` = ``, several parameters are separated using `` & ``.

An example of a GET request to meta/getList with the additional parameter ancestor - filtering by ancestor:

https://localhost:8888/rest/meta/listMeta?ancestor=basicObj@develop-and-test

The response will return a list of metadata classes that are derived from basicObj.

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

/checking metadata service/# accessing the list of metadata classes filtering by ancestor: listMeta