Method GetAllTenantNames
GetAllTenantNames()
Get all available tenants
Declaration
List<string> GetAllTenantNames()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | List of all tenant names |
Examples
POST http://YourServerName/InfoShare/Json/Common/GetAllTenantNames
Example for get all available tenants.{ }
Response:
{
"GetAllTenantNamesResult": ["DCIS_KENDOX SQL Database"]
}