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

Returns

200 OK - List of service preferences associated to the service

Example

Code Block
languagec#
const int serviceId = 11;

...


var servicePreferences = await _servicePreferenceManager.GetAllByServices(serviceId);