...
GET
/api/v1/services/{id}/service-settings
Parameters
...
Parameter | Description | Parameter Type |
---|---|---|
id |
...
The service id associated to the service setting | path |
Returns
200 OK - List of service settings associated to the service
Example
Code Block | ||
---|---|---|
| ||
const int serviceId = 11; |
...
var serviceSettings = await _serviceSettingManager.GetAllByServices(serviceId); |