...
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 | ||
---|---|---|
| ||
const int serviceId = 11; |
...
var servicePreferences = await _servicePreferenceManager.GetAllByServices(serviceId); |