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": "6f3b3cdd-c3ed-49b2-aaf5-6e25f3e33ac1",
"AccountId": "dda3cb3f-0890-425d-8a0a-1cd5075a7b4a",
"Name": "sample string 4",
"LicenseCategories": "sample string 5",
"ProductGroups": "sample string 6",
"LastRunAt": "sample string 7",
"Tags": [
{
"Id": "23c41cdb-c324-4e75-9f0f-7f3a0e07d87f",
"Name": "sample string 2",
"Description": "sample string 3",
"TypeName": "sample string 4",
"SystemType": 5,
"Color": "sample string 6"
},
{
"Id": "23c41cdb-c324-4e75-9f0f-7f3a0e07d87f",
"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>dda3cb3f-0890-425d-8a0a-1cd5075a7b4a</d2p1:AccountId>
<d2p1:Id>6f3b3cdd-c3ed-49b2-aaf5-6e25f3e33ac1</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>23c41cdb-c324-4e75-9f0f-7f3a0e07d87f</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>23c41cdb-c324-4e75-9f0f-7f3a0e07d87f</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>