...
Parameter | Description | Parameter Type |
---|---|---|
id | The service Id | path |
Returns
200 OK - OrganizationsOn success, 200 Ok
On error, 400 Bad Request
On authorization error, 403 Forbidden
Example
Code Block |
---|
var organizations = await _organizationManager.GetByService(1); |
...