Examples

GET /api/settings/administrator
200
{
  "description": "The Default administrator email address",
  "category": "Setting::General",
  "settings_type": "string",
  "default": "root@some.host.fqdn",
  "created_at": "2021-05-19 07:53:01 UTC",
  "updated_at": "2021-05-19 07:53:01 UTC",
  "id": "administrator",
  "name": "administrator",
  "full_name": null,
  "value": "root@some.host.fqdn",
  "category_name": "General",
  "readonly": false,
  "config_file": "settings.yaml",
  "encrypted": false,
  "select_values": null
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
required

Validations:

  • Must be a String