Request for metadata

  1. Request for metadata is performed using the method (field “method”) getAllModelMetadata.

The following are specified as parameters (the “params” field):

[{

}]

If the request was successful, the server will send the following data in response:

  • error - an error code with the value" null “;
  • jsonrpc - protocol version with value “2.0”;
  • result - data returned by the method:
    • pages - page layout into blocks and subblocks (if any);
    • projections - directly a list of projections in the system available to the user, as well as their metadata (for example, the fields they contain and their type).
    • usename - username if authorization was performed.