GET api/v1/infrastructure/tenant/{tenantid}
Get tenant by id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenantid |
Unique identifier of tenant |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Tenant object
Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.TenantVo| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | globally unique identifier |
None. |
|
| TenantXRef | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TenantId": "7f54efae-e843-4178-8daa-b5dc114b560a",
"TenantXRef": "sample string 2",
"Description": "sample string 3"
}
application/xml, text/xml
Sample:
<Tenant xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://mpsapi.healthbridge.com/platform/commondomain/v1/tenant/"> <Description>sample string 3</Description> <TenantId>7f54efae-e843-4178-8daa-b5dc114b560a</TenantId> <TenantXRef>sample string 2</TenantXRef> </Tenant>