Get All Modules

Gets a list of available modules.

Resource Information

Scopesettings

Deprecated scope name:   get_settings_modules

App TypeAll
Authorization TypeAccess token
URI /v4/settings/modules?lang={lang}
HTTP MethodGET
Automation Version(s)7.3.2

Request Information

Field or ParameterTypeRequiredValuesDescriptionAutomation Version
langStringNoIndicates the language applied.7.3.2

Response Information

FieldTypeDescriptionAutomation Version
result[]result{}7.3.2
result.textstringThe localized display text.7.3.2
result.valuestringThe value for the specified parameter.7.3.2
statusintegerThe record status.7.3.3

Example

Sample Response Body

{
  "result": [
    {
      "id": "AMS",
      "display": "Asset Management System"
    },
    {
      "id": "Building",
      "display": "Building"
    },
    {
      "id": "CaseManagement",
      "display": "CaseManagement"
    },
    {
      "id": "Enforcement",
      "display": "Enforcement"
    },
    {
      "id": "Licenses",
      "display": "Licenses"
    },
    {
      "id": "Permits",
      "display": "Permits"
    },
    {
      "id": "Planning",
      "display": "Planning"
    },
    {
      "id": "ServiceRequest",
      "display": "ServiceRequest"
    }
  ]
}