GET /a/config/{FullPath}
Generic config Get using a full path in the config tree
Path Parameters
- FullPath (string, required) Full slash-separated path to the config key
Response Example (200)
Response Type /definitions/restConfiguration
{
"Data": "string",
"FullPath": "string"
}