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": "3836ef41-665a-4042-a0cc-784f28014076",
"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>3836ef41-665a-4042-a0cc-784f28014076</TenantKey> </TenantDetail>