GET ev/configurations

Restituisce tutte le configurazioni del sistema

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Configuration
NameDescriptionTypeAdditional information
Key

string

None.

Label

string

None.

Value

string

None.

Editable

boolean

None.

Type

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Key": "sample string 1",
    "Label": "sample string 2",
    "Value": "sample string 3",
    "Editable": true,
    "Type": "sample string 5"
  },
  {
    "Key": "sample string 1",
    "Label": "sample string 2",
    "Value": "sample string 3",
    "Editable": true,
    "Type": "sample string 5"
  }
]