Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Get a list of organizations

Description

Get a list of organizations.

Package Details

Interface

IOrganizationManager

Syntax

await _organizationManager.GetAll()

Returns

Task<IEnumerable<Organization>>

API

GET
/api/v1/organizations

Returns

On success, 200 Ok

On error, 400 Bad Request

On authorization error, 403 Forbidden

Example

var organizations = await _organizationManager.GetAll();

 

  • No labels