Overview

Gets the default metadata from supported modules for the ConsoleConfiguration module.

Summary

This endpoint is used to retrieve the default metadata for the ConsoleConfiguration module.

Request Arguments

Name Type Description Required
type string The type of the metadata. For example, 'view', 'layout', 'menu' or 'filter'. True
name string The name of the metadata. For example, 'multi-line-list'. True
modules string Comma separated module names. For example, 'Accounts,Opportunities'. True

Request

{
    "MyConfigOption":"MyConfigValue"
}

Response Example

{
    "Accounts": {
        "panels": [...]
    },
    "Opportunities": {
        "panels": [...]
    }
}

Change Log

Version Change
v11.9 Added /ConsoleConfiguration/default-metadata GET endpoint.