GET api/v1/infrastructure/featureusage/tenant/{tenantId}
Get feature usage by tenant
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tenantId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Array of all timers
Collection of Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.FeatureUsageVoName | Description | Type | Additional information |
---|---|---|---|
TenantId | globally unique identifier |
None. |
|
Id | globally unique identifier |
None. |
|
Feature | string |
None. |
|
Action | string |
None. |
|
Date | date |
None. |
|
Parameters | Dictionary of string [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TenantId": "6352889f-7401-43f9-bfcb-3f831fb6181b", "Id": "c2cb478b-d2d3-4776-ac89-4fe47e86be24", "Feature": "sample string 3", "Action": "sample string 4", "Date": "2025-10-13T22:46:38Z", "Parameters": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } }, { "TenantId": "6352889f-7401-43f9-bfcb-3f831fb6181b", "Id": "c2cb478b-d2d3-4776-ac89-4fe47e86be24", "Feature": "sample string 3", "Action": "sample string 4", "Date": "2025-10-13T22:46:38Z", "Parameters": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } } ]
application/xml, text/xml
Sample:
<ArrayOfFeatureUsageVo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects"> <FeatureUsageVo> <Action>sample string 4</Action> <Date>2025-10-13T22:46:38.5666534+02:00</Date> <Feature>sample string 3</Feature> <Id>c2cb478b-d2d3-4776-ac89-4fe47e86be24</Id> <Parameters xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringstring> <d3p1:Key>sample string 1</d3p1:Key> <d3p1:Value>sample string 2</d3p1:Value> </d3p1:KeyValueOfstringstring> <d3p1:KeyValueOfstringstring> <d3p1:Key>sample string 3</d3p1:Key> <d3p1:Value>sample string 4</d3p1:Value> </d3p1:KeyValueOfstringstring> </Parameters> <TenantId>6352889f-7401-43f9-bfcb-3f831fb6181b</TenantId> </FeatureUsageVo> <FeatureUsageVo> <Action>sample string 4</Action> <Date>2025-10-13T22:46:38.5666534+02:00</Date> <Feature>sample string 3</Feature> <Id>c2cb478b-d2d3-4776-ac89-4fe47e86be24</Id> <Parameters xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringstring> <d3p1:Key>sample string 1</d3p1:Key> <d3p1:Value>sample string 2</d3p1:Value> </d3p1:KeyValueOfstringstring> <d3p1:KeyValueOfstringstring> <d3p1:Key>sample string 3</d3p1:Key> <d3p1:Value>sample string 4</d3p1:Value> </d3p1:KeyValueOfstringstring> </Parameters> <TenantId>6352889f-7401-43f9-bfcb-3f831fb6181b</TenantId> </FeatureUsageVo> </ArrayOfFeatureUsageVo>