Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

URL: http[s]:<host>:<port>/openspecimen/rest/ng/config-settings

Result: This will return all the configuration settings.

Below is an example of get all settings.

URLhttp[s]:<host>:<port>/openspecimen/rest/ng/config-settings
MethodGET
Requestapplication/json
Response
[
  {
    "module": "administrative",
    "name": "dp_expiry_rem_notif",
    "value": "30",
    "type": "INT",
    "allowedValues": [],
    "displayNameCode": "dp_expiry_rem_notif",
    "descCode": "dp_expiry_rem_notif_desc",
    "activationDate": 1460378961534,
    "secured": false
  },
  {
    "module": "administrative",
    "name": "dp_expiry_rem_rept_inter",
    "value": "5",
    "type": "INT",
    "allowedValues": [],
    "displayNameCode": "dp_expiry_rem_rept_inter",
    "descCode": "dp_expiry_rem_rept_inter_desc",
    "activationDate": 1457365710000,
    "secured": false
  },
  ...
]

[    {        "module": "administrative",        "name": "dp_expiry_rem_notif",        "value": "30",        "type": "INT",        "allowedValues": [],        "displayNameCode": "dp_expiry_rem_notif",        "descCode": "dp_expiry_rem_notif_desc",        "activationDate": 1460378961534,        "secured": false    },    {        "module": "administrative",        "name": "dp_expiry_rem_rept_inter",        "value": "5",        "type": "INT",        "allowedValues": [],        "displayNameCode": "dp_expiry_rem_rept_inter",        "descCode": "dp_expiry_rem_rept_inter_desc",        "activationDate": 1457365710000,        "secured": false    },    ...]

  • No labels