configuration

Get a single Firefly III system configuration value

Returns one configuration variable for this Firefly III installation

get/v1/configuration/{name}

Path parameters

name'configuration.is_demo_site' | 'configuration.permission_update_check' | 'configuration.last_update_check' | 'configuration.single_user_mode' | 'firefly.version' | 'firefly.default_location' | 'firefly.account_to_transaction' | 'firefly.allowed_opposing_types' | 'firefly.accountRoles' | 'firefly.valid_liabilities' | 'firefly.interest_periods' | 'firefly.enable_external_map' | 'firefly.expected_source_types' | 'app.timezone' | 'firefly.bill_periods' | 'firefly.credit_card_types' | 'firefly.languages' | 'firefly.valid_view_ranges' | 'cer.enabled' | 'firefly.preselected_accounts' | 'firefly.rule-actions' | 'firefly.context-rule-actions' | 'search.operators' | 'webhook.triggers' | 'webhook.responses' | 'webhook.deliveries' required

Title of the configuration value.

Example:configuration.is_demo_site

The name of the configuration value you want to know.

Headers

X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00

Unique identifier associated with this request.

Response

One system configuration value

Example response

{
  "data": {
    "title": "configuration.is_demo_site",
    "value": [
      "EUR"
    ],
    "editable": true
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.