Versions Compared

Key

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

...

GET
/api/v1/services/{id}/service-preferences

Parameters

...

Parameter

Description

Parameter Type

id

...

The service id associated to the service preference

...

path

key

...

The service preference key

query string

Returns

200 OK - Service Preference

Example

Code Block
languagec#
const int serviceId = 11;

...


const string key = "your key";

...


var servicePreference = await _servicePreferenceManager.Get(serviceId, key);