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

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

Change Log

Version Change
v11_13 Added Administration/portalmodules GET endpoint.