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
TenantDetailName | 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": "90ff2b0c-c7cc-410a-aaf8-fcdee037787c", "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>90ff2b0c-c7cc-410a-aaf8-fcdee037787c</TenantKey> </TenantDetail>