Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

...


If you want to use the default value if the key isn't found for the given service.

False

...

:
Don’t use any default value

...

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);