Method | Parameters | Return Values | Description |
---|
GET - /v1/Config/print | none | ContentResult JSON object | An HTML website that displays information about the deployed API. |
GET - /v1/Config/{key}/print | Key – GET Path – string | STRING | Get a specific key within all available objects and display it as plain text |
GET - /v1/Config | none | ApiConfig JSON object | Get all available configuration values as JSON |
GET - /v1/Config/{key} | Key – GET Path – string | KeyValue pair JSON object | Get a specific configuration value as JSON |