curl --request GET \
--url https://api.example.com/api/Configuration/General[
{
"type": "<string>",
"value": "<string>"
}
]Returns a list of Configuration Settings that don’t belong to any specific module.
curl --request GET \
--url https://api.example.com/api/Configuration/General[
{
"type": "<string>",
"value": "<string>"
}
]Was this page helpful?