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": "f67deeec-3f04-4d85-94b1-5a78f3e9d187",
"AccountId": "006888c3-875c-440c-83b9-529d38238e11",
"Name": "sample string 4",
"LicenseCategories": "sample string 5",
"ProductGroups": "sample string 6",
"LastRunAt": "sample string 7",
"Tags": [
{
"Id": "879febcf-9d80-451b-bd8e-7af6c965847e",
"Name": "sample string 2",
"Description": "sample string 3",
"TypeName": "sample string 4",
"SystemType": 5,
"Color": "sample string 6"
},
{
"Id": "879febcf-9d80-451b-bd8e-7af6c965847e",
"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>006888c3-875c-440c-83b9-529d38238e11</d2p1:AccountId>
<d2p1:Id>f67deeec-3f04-4d85-94b1-5a78f3e9d187</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>879febcf-9d80-451b-bd8e-7af6c965847e</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>879febcf-9d80-451b-bd8e-7af6c965847e</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>