Let the platform do the work

/metadata//:segment GET

Overview

[ADMIN] Gets the desired segment for a given module.

Summary

Gets the desired segment for a given module. This is used only for modules that are not visible and thus not in metatdata for the given context. This endpoint is only available to administrators.

Request Arguments

This endpoint does not accept any request arguments.

Response

{
    "fields": {
        Any fields associated with the module
    }
}

Change Log

Version Change
v11_11 Added /metadata/<module>/:segment GET endpoint.

Topics