Versions Compared

Key

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

...

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);

...