...
GET
/api/v1/services/{id}/service-settings
Parameters
...
Parameter | Description | Parameter Type |
---|---|---|
id |
...
The service id associated to the service setting |
...
path |
key |
...
The service setting key | query string | |
useDefault | True: |
...
False |
...
: |
...
query string |
Returns
200 OK - Service Setting
Example
Code Block |
---|
const int serviceId = 11; |
...
const string key = " |
...
yourkey"; |
...
var serviceSetting = await _serviceSettingManager.Get(serviceId, key); |