Let the platform do the work

/Administration/portalmodules GET

Overview

[ADMIN] Gets an array of modules currently enabled for Sugar Portal.

Summary

This endpoint gets an array of modules currently enabled for Sugar Portal. This endpoint is only available to administrators.

Request Arguments

This endpoint does not accept any arguments.

Response Example

  [
    'Home',
    'Bugs',
    'Cases',
    'KBContents',
]

Change Log

Version Change
v11.13 Added Administration/portalmodules GET endpoint

Topics