GET api/v2.0/Federation/GetTenant?tenantKey={tenantKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenantKey | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TenantDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantKey | globally unique identifier |
None. |
|
| FullName | string |
None. |
|
| ShortName | string |
None. |
|
| HomePage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TenantKey": "e9b01f14-4143-4f58-9bb3-89bae559834e",
"FullName": "sample string 2",
"ShortName": "sample string 3",
"HomePage": "sample string 4"
}
application/xml, text/xml
Sample:
<TenantDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <FullName>sample string 2</FullName> <HomePage>sample string 4</HomePage> <ShortName>sample string 3</ShortName> <TenantKey>e9b01f14-4143-4f58-9bb3-89bae559834e</TenantKey> </TenantDetail>