GET api/v2.0/Federation/GetTenant?tenantKey={tenantKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tenantKey

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

TenantDetail
NameDescriptionTypeAdditional information
TenantKey

globally unique identifier

None.

FullName

string

None.

ShortName

string

None.

HomePage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "TenantKey": "ce714cda-d4e1-4edd-9133-396ca0fe6fdc",
  "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>ce714cda-d4e1-4edd-9133-396ca0fe6fdc</TenantKey>
</TenantDetail>