Client application metadata (metadata)

Resources that are metadata/schemas for running and automatically tweaking external applications to the server’s data structure.

Group structure

This endpoint group provides access to assets located in the era_env/priv/rest_metadata/…​ directory at any nesting level.

Each such asset is addressed directly through a separate endpoint and can be overridden by rights at the user role level (is defined by the assemblies iam.json and iam_all.json).

A request to an endpoint authorized in a domain of type SOLUTION (including master) returns a file from the solutio directory

/era_env/priv/rest_metadata/solutions/<SOLUTION>

and if it’s not there, it’s in the general catalog

/era_env/priv/rest_metadata/common

Example

Let the following query be executed in a domain with type solution001:

Request:
GET /rest/v1/metadata/a/b/c/d.json
Placing the returned file in descending order of priority:
/era_env/priv/rest_metadata/solutions/solution001/a/b/c/d.json

/era_env/priv/rest_metadata/common/a/b/c/d.json

Table of Contents