Let the platform do the work

/Administration/config/:category GET

Overview

[ADMIN] Get Configuration Settings for a Category.

Summary

This endpoint gets configuration values for a given category. This endpoint is only available to administrators.

Request

  GET /Administration/config/:category

 

Response Example

  {
    "a_config": "good"
}

Change Log

Version Change
v11.13 Added Administration/config/:category GET endpoint.