GET api/InstitutionLicenseReport/{id}
Returns specific institution license report based on accountId and productId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Unique product identifier |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Product
ApiResponseOfGetInstitutionLicenseReportResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | GetInstitutionLicenseReportResponse |
None. |
|
| Errors | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"FirstLoginEventId": "sample string 1",
"PropertiesMapping": [
{
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"Key": "sample string 1",
"Value": "sample string 2"
}
],
"Id": "17dfb540-9a3b-432b-afca-f7f5a39f67ae",
"AccountId": "9bfd35e0-9be6-4f2b-9699-c4e49a894292",
"Name": "sample string 4",
"LicenseCategories": "sample string 5",
"ProductGroups": "sample string 6",
"LastRunAt": "sample string 7",
"Tags": [
{
"Id": "55e0df82-4e8f-4cd2-9209-ea04eef47c97",
"Name": "sample string 2",
"Description": "sample string 3",
"TypeName": "sample string 4",
"SystemType": 5,
"Color": "sample string 6"
},
{
"Id": "55e0df82-4e8f-4cd2-9209-ea04eef47c97",
"Name": "sample string 2",
"Description": "sample string 3",
"TypeName": "sample string 4",
"SystemType": 5,
"Color": "sample string 6"
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<ApiResponseOfGetInstitutionLicenseReportResponsek_S4K8n_Sf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses.InstitutionLicenseReports">
<d2p1:AccountId>9bfd35e0-9be6-4f2b-9699-c4e49a894292</d2p1:AccountId>
<d2p1:Id>17dfb540-9a3b-432b-afca-f7f5a39f67ae</d2p1:Id>
<d2p1:LastRunAt>sample string 7</d2p1:LastRunAt>
<d2p1:LicenseCategories>sample string 5</d2p1:LicenseCategories>
<d2p1:Name>sample string 4</d2p1:Name>
<d2p1:ProductGroups>sample string 6</d2p1:ProductGroups>
<d2p1:Tags xmlns:d3p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses.Tags">
<d3p1:GetTagResponse>
<d3p1:Color>sample string 6</d3p1:Color>
<d3p1:Description>sample string 3</d3p1:Description>
<d3p1:Id>55e0df82-4e8f-4cd2-9209-ea04eef47c97</d3p1:Id>
<d3p1:Name>sample string 2</d3p1:Name>
<d3p1:SystemType>5</d3p1:SystemType>
<d3p1:TypeName>sample string 4</d3p1:TypeName>
</d3p1:GetTagResponse>
<d3p1:GetTagResponse>
<d3p1:Color>sample string 6</d3p1:Color>
<d3p1:Description>sample string 3</d3p1:Description>
<d3p1:Id>55e0df82-4e8f-4cd2-9209-ea04eef47c97</d3p1:Id>
<d3p1:Name>sample string 2</d3p1:Name>
<d3p1:SystemType>5</d3p1:SystemType>
<d3p1:TypeName>sample string 4</d3p1:TypeName>
</d3p1:GetTagResponse>
</d2p1:Tags>
<d2p1:FirstLoginEventId>sample string 1</d2p1:FirstLoginEventId>
<d2p1:PropertiesMapping xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d3p1:KeyValuePairOfstringstring>
<d3p1:key>sample string 1</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfstringstring>
<d3p1:KeyValuePairOfstringstring>
<d3p1:key>sample string 1</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfstringstring>
</d2p1:PropertiesMapping>
</Data>
<Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Errors>
</ApiResponseOfGetInstitutionLicenseReportResponsek_S4K8n_Sf>