POST api/RootLicense/Get
Returns all Root Licenses in specific Account context based on provided filters
Request Information
URI Parameters
None.
Body Parameters
GetLicensesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FilterTargetIdentifier | string |
None. |
|
| FilterInstitutionTypeId | string |
None. |
|
| FilterInstitutionTypeName | string |
None. |
|
| FilterIsbn | string |
None. |
|
| FilterProductName | string |
None. |
|
| FilterStartDate | string |
None. |
|
| FilterEndDate | string |
None. |
|
| FilterTargetName | string |
None. |
|
| FilterLicenseType | string |
None. |
|
| FilterLicenseTypeId | string |
None. |
|
| FilterOwnerId | string |
None. |
|
| FilterOwnerName | string |
None. |
|
| FilterMunicipalityName | string |
None. |
|
| FilterMunicipalityNumber | string |
None. |
|
| FilterSubscriptionNumber | string |
None. |
|
| FilterAccessType | string |
None. |
|
| FilterAccessTypeId | string |
None. |
|
| FilterImprintId | string |
None. |
|
| FilterImprintName | string |
None. |
|
| FilterProductGroupDictionaryId | string |
None. |
|
| FilterProductGroupDictionaryName | string |
None. |
|
| FilterTopicId | string |
None. |
|
| FilterTopicName | string |
None. |
|
| FilterProductTargetDictionaryId | string |
None. |
|
| FilterProductTargetDictionary | string |
None. |
|
| FilterLicenseCategory | string |
None. |
|
| FilterLicenseCategoryId | string |
None. |
|
| FilterOwnerTypeId | string |
None. |
|
| FilterOwnerType | string |
None. |
|
| FilterPaused | string |
None. |
|
| SortOwnerName | string |
None. |
|
| SortProductName | string |
None. |
|
| SortIsbn | string |
None. |
|
| SortStartDate | string |
None. |
|
| SortEndDate | string |
None. |
|
| SortMunicipalityName | string |
None. |
|
| SortSubscriptionNumber | string |
None. |
|
| SortTopicName | string |
None. |
|
| SortAccessType | string |
None. |
|
| SortLicenseType | string |
None. |
|
| SortTargetIdentifier | string |
None. |
|
| SortTargetName | string |
None. |
|
| Filters | Dictionary of string [key] and FilterValue [value] |
None. |
|
| SortFields | Dictionary of string [key] and OrderType [value] |
None. |
|
| AvailablePageSizes | Collection of integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FilterTargetIdentifier": "TargetIdentifier",
"FilterInstitutionTypeId": "InstitutionTypeId",
"FilterInstitutionTypeName": "InstitutionTypeName",
"FilterIsbn": "ProductIsbn",
"FilterProductName": "ProductName",
"FilterStartDate": "StartDate",
"FilterEndDate": "EndDate",
"FilterTargetName": "TargetName",
"FilterLicenseType": "LicenseType",
"FilterLicenseTypeId": "LicenseTypeId",
"FilterOwnerId": "OwnerId",
"FilterOwnerName": "OwnerName",
"FilterMunicipalityName": "MunicipalityName",
"FilterMunicipalityNumber": "MunicipalityNumber",
"FilterSubscriptionNumber": "SubscriptionNumber",
"FilterAccessType": "AccessType",
"FilterAccessTypeId": "AccessTypeId",
"FilterImprintId": "ImprintId",
"FilterImprintName": "ImprintName",
"FilterProductGroupDictionaryId": "ProductGroupDictionaryId",
"FilterProductGroupDictionaryName": "ProductGroupDictionaryName",
"FilterTopicId": "TopicId",
"FilterTopicName": "TopicName",
"FilterProductTargetDictionaryId": "TargetDictionaryId",
"FilterProductTargetDictionary": "TargetDictionary",
"FilterLicenseCategory": "LicenseCategory",
"FilterLicenseCategoryId": "LicenseCategoryId",
"FilterOwnerTypeId": "OwnerTypeId",
"FilterOwnerType": "OwnerType",
"FilterPaused": "Paused",
"SortOwnerName": "OwnerName",
"SortProductName": "ProductName",
"SortIsbn": "Isbn",
"SortStartDate": "StartDate",
"SortEndDate": "EndDate",
"SortMunicipalityName": "MunicipalityName",
"SortSubscriptionNumber": "SubscriptionNumber",
"SortTopicName": "TopicName",
"SortAccessType": "AccessType",
"SortLicenseType": "LicenseType",
"SortTargetIdentifier": "TargetIdentifier",
"SortTargetName": "TargetName",
"Filters": {
"sample string 1": {
"Value": "sample string 1",
"FilterType": 0
},
"sample string 2": {
"Value": "sample string 1",
"FilterType": 0
}
},
"SortFields": {
"sample string 1": 0,
"sample string 2": 0
},
"AvailablePageSizes": [
10,
50,
100
],
"PageSize": 1,
"PageIndex": 2
}
application/xml, text/xml
Sample:
<GetLicensesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Requests.GetRequests">
<AvailablePageSizes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Alice.Api.Common.Request">
<d2p1:int>10</d2p1:int>
<d2p1:int>50</d2p1:int>
<d2p1:int>100</d2p1:int>
</AvailablePageSizes>
<Filters xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Alice.Api.Common.Request" />
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/Alice.Api.Common.Request">2</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/Alice.Api.Common.Request">1</PageSize>
<SortFields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Alice.Api.Common.Request" />
<Filters xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringFilterValueN3g1kdQt>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value xmlns:d4p1="http://schemas.datacontract.org/2004/07/Alice.Api.Common.Request">
<d4p1:FilterType>None</d4p1:FilterType>
<d4p1:Value>sample string 1</d4p1:Value>
</d2p1:Value>
</d2p1:KeyValueOfstringFilterValueN3g1kdQt>
<d2p1:KeyValueOfstringFilterValueN3g1kdQt>
<d2p1:Key>sample string 2</d2p1:Key>
<d2p1:Value xmlns:d4p1="http://schemas.datacontract.org/2004/07/Alice.Api.Common.Request">
<d4p1:FilterType>None</d4p1:FilterType>
<d4p1:Value>sample string 1</d4p1:Value>
</d2p1:Value>
</d2p1:KeyValueOfstringFilterValueN3g1kdQt>
</Filters>
<SortFields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringOrderTypevpR9PHaG>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>None</d2p1:Value>
</d2p1:KeyValueOfstringOrderTypevpR9PHaG>
<d2p1:KeyValueOfstringOrderTypevpR9PHaG>
<d2p1:Key>sample string 2</d2p1:Key>
<d2p1:Value>None</d2p1:Value>
</d2p1:KeyValueOfstringOrderTypevpR9PHaG>
</SortFields>
</GetLicensesRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiCollectionResponseOfIEnumerableOfGetLicenseResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Errors | Collection of string |
None. |
|
| Data | Collection of GetLicenseResponse |
None. |
|
| Filters | Dictionary of string [key] and FilterValue [value] |
None. |
|
| SortFields | Dictionary of string [key] and OrderType [value] |
None. |
|
| AvailablePageSizes | Collection of integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| Total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Errors": [
"sample string 1",
"sample string 2"
],
"Data": [
{
"Id": "ffb5db92-1c44-4e49-8163-87fda96b6beb",
"LicenseName": "sample string 2",
"ContactEmail": "sample string 3",
"ContactPersonName": "sample string 4",
"ContactPhone": "sample string 5",
"UserGroup": {
"Id": "6c7abbf2-e958-434c-a3d1-796edb3bd93f",
"Name": "sample string 2",
"UserGroupType": 0,
"InstitutionNumber": "sample string 3",
"CommuneNumber": "sample string 4",
"ZipCode": "sample string 5",
"City": "sample string 6",
"Email": "sample string 7",
"HasWs17Agreement": true,
"LastSynchonized": "2026-06-25T19:57:38.8298891+00:00"
},
"Owner": {
"Id": "0e3302a2-49d5-48db-b905-5b3d648c44b0",
"Name": "sample string 2",
"Uvmid": "sample string 3",
"UserGroupId": "9e4baf64-ebf2-4149-b7ff-da56b5ce9a40",
"Type": 5,
"TypeName": "sample string 6"
},
"ProductGroup": {
"Id": "073a9438-3f87-4064-b7f3-1ba046f876c3",
"Name": "sample string 2",
"ProductGroupType": 0,
"Products": [
{
"ProductId": "8fa3316c-59f4-4c3e-afeb-b1c073f5d81d",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "2a48b624-5bfe-4692-8fef-e33a19fcc09c",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "5182be16-0338-4789-87e1-44fb68d22c75",
"Key": "sample string 1"
},
"Topic": {
"Id": "9a38c525-4d48-4df9-81d8-90b606dad1af",
"Key": "sample string 1"
},
"Target": {
"Id": "1669cbf6-1b58-490e-b471-352ac22a6f55",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
},
{
"ProductId": "8fa3316c-59f4-4c3e-afeb-b1c073f5d81d",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "2a48b624-5bfe-4692-8fef-e33a19fcc09c",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "5182be16-0338-4789-87e1-44fb68d22c75",
"Key": "sample string 1"
},
"Topic": {
"Id": "9a38c525-4d48-4df9-81d8-90b606dad1af",
"Key": "sample string 1"
},
"Target": {
"Id": "1669cbf6-1b58-490e-b471-352ac22a6f55",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
}
]
},
"Category": {
"Id": "996a81ae-ec53-4747-a25e-1fec9bd61bd8",
"Name": "sample string 2",
"IsDefault": true,
"LicenseCategoryType": 4
},
"StartDate": "2026-06-25T19:57:38.8298891+00:00",
"EndDate": "2026-06-25T19:57:38.8298891+00:00",
"LicenseType": {
"Key": 1,
"Value": "sample string 2"
},
"AccessType": {
"Key": 1,
"Value": "sample string 2"
},
"Grade": "sample string 6",
"UserRoles": [
"2642f778-0d11-408c-bcd7-67c9ce45ef74",
"4e566df8-48aa-4a27-be3a-14b81fc1768a"
],
"IsPaused": true,
"SeatUserGroupIds": [
"d84f2376-ac15-468c-a553-64cfb04a1291",
"8d7bf8e2-028e-43ad-a976-5ce147135fab"
],
"PrivilegedUserRoles": [
"4b6c2bad-53c4-4266-825b-73f7d3d013e0",
"5ea0d7ec-8007-43c9-8703-52b2b95984f9"
],
"Orders": {
"Key": "sample string 1",
"Value": [
"sample string 1",
"sample string 2"
]
},
"Buffer": 8,
"AvailableSeats": 9
},
{
"Id": "ffb5db92-1c44-4e49-8163-87fda96b6beb",
"LicenseName": "sample string 2",
"ContactEmail": "sample string 3",
"ContactPersonName": "sample string 4",
"ContactPhone": "sample string 5",
"UserGroup": {
"Id": "6c7abbf2-e958-434c-a3d1-796edb3bd93f",
"Name": "sample string 2",
"UserGroupType": 0,
"InstitutionNumber": "sample string 3",
"CommuneNumber": "sample string 4",
"ZipCode": "sample string 5",
"City": "sample string 6",
"Email": "sample string 7",
"HasWs17Agreement": true,
"LastSynchonized": "2026-06-25T19:57:38.8298891+00:00"
},
"Owner": {
"Id": "0e3302a2-49d5-48db-b905-5b3d648c44b0",
"Name": "sample string 2",
"Uvmid": "sample string 3",
"UserGroupId": "9e4baf64-ebf2-4149-b7ff-da56b5ce9a40",
"Type": 5,
"TypeName": "sample string 6"
},
"ProductGroup": {
"Id": "073a9438-3f87-4064-b7f3-1ba046f876c3",
"Name": "sample string 2",
"ProductGroupType": 0,
"Products": [
{
"ProductId": "8fa3316c-59f4-4c3e-afeb-b1c073f5d81d",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "2a48b624-5bfe-4692-8fef-e33a19fcc09c",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "5182be16-0338-4789-87e1-44fb68d22c75",
"Key": "sample string 1"
},
"Topic": {
"Id": "9a38c525-4d48-4df9-81d8-90b606dad1af",
"Key": "sample string 1"
},
"Target": {
"Id": "1669cbf6-1b58-490e-b471-352ac22a6f55",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
},
{
"ProductId": "8fa3316c-59f4-4c3e-afeb-b1c073f5d81d",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "2a48b624-5bfe-4692-8fef-e33a19fcc09c",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "5182be16-0338-4789-87e1-44fb68d22c75",
"Key": "sample string 1"
},
"Topic": {
"Id": "9a38c525-4d48-4df9-81d8-90b606dad1af",
"Key": "sample string 1"
},
"Target": {
"Id": "1669cbf6-1b58-490e-b471-352ac22a6f55",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
}
]
},
"Category": {
"Id": "996a81ae-ec53-4747-a25e-1fec9bd61bd8",
"Name": "sample string 2",
"IsDefault": true,
"LicenseCategoryType": 4
},
"StartDate": "2026-06-25T19:57:38.8298891+00:00",
"EndDate": "2026-06-25T19:57:38.8298891+00:00",
"LicenseType": {
"Key": 1,
"Value": "sample string 2"
},
"AccessType": {
"Key": 1,
"Value": "sample string 2"
},
"Grade": "sample string 6",
"UserRoles": [
"2642f778-0d11-408c-bcd7-67c9ce45ef74",
"4e566df8-48aa-4a27-be3a-14b81fc1768a"
],
"IsPaused": true,
"SeatUserGroupIds": [
"d84f2376-ac15-468c-a553-64cfb04a1291",
"8d7bf8e2-028e-43ad-a976-5ce147135fab"
],
"PrivilegedUserRoles": [
"4b6c2bad-53c4-4266-825b-73f7d3d013e0",
"5ea0d7ec-8007-43c9-8703-52b2b95984f9"
],
"Orders": {
"Key": "sample string 1",
"Value": [
"sample string 1",
"sample string 2"
]
},
"Buffer": 8,
"AvailableSeats": 9
}
],
"Filters": {
"sample string 1": {
"Value": "sample string 1",
"FilterType": 0
},
"sample string 2": {
"Value": "sample string 1",
"FilterType": 0
}
},
"SortFields": {
"sample string 1": 0,
"sample string 2": 0
},
"AvailablePageSizes": [
10,
50,
100
],
"PageSize": 2,
"PageIndex": 3,
"Total": 4
}
application/xml, text/xml
Sample:
<ApiCollectionResponseOfArrayOfGetLicenseResponseLgVmlFmJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Api.Common.Response">
<AvailablePageSizes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>10</d2p1:int>
<d2p1:int>50</d2p1:int>
<d2p1:int>100</d2p1:int>
</AvailablePageSizes>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
<d2p1:GetLicenseResponse>
<d2p1:AccessType xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d4p1:key>1</d4p1:key>
<d4p1:value>sample string 2</d4p1:value>
</d2p1:AccessType>
<d2p1:AvailableSeats>9</d2p1:AvailableSeats>
<d2p1:Buffer>8</d2p1:Buffer>
<d2p1:Category>
<d2p1:Id>996a81ae-ec53-4747-a25e-1fec9bd61bd8</d2p1:Id>
<d2p1:IsDefault>true</d2p1:IsDefault>
<d2p1:LicenseCategoryType>4</d2p1:LicenseCategoryType>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Category>
<d2p1:ContactEmail>sample string 3</d2p1:ContactEmail>
<d2p1:ContactPersonName>sample string 4</d2p1:ContactPersonName>
<d2p1:ContactPhone>sample string 5</d2p1:ContactPhone>
<d2p1:EndDate>2026-06-25T19:57:38.8298891+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 6</d2p1:Grade>
<d2p1:Id>ffb5db92-1c44-4e49-8163-87fda96b6beb</d2p1:Id>
<d2p1:IsPaused>true</d2p1:IsPaused>
<d2p1:LicenseName>sample string 2</d2p1:LicenseName>
<d2p1:LicenseType xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d4p1:key>1</d4p1:key>
<d4p1:value>sample string 2</d4p1:value>
</d2p1:LicenseType>
<d2p1:Orders xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d4p1:key>sample string 1</d4p1:key>
<d4p1:value xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</d4p1:value>
</d2p1:Orders>
<d2p1:Owner>
<d2p1:Id>0e3302a2-49d5-48db-b905-5b3d648c44b0</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Type>5</d2p1:Type>
<d2p1:TypeName>sample string 6</d2p1:TypeName>
<d2p1:UserGroupId>9e4baf64-ebf2-4149-b7ff-da56b5ce9a40</d2p1:UserGroupId>
<d2p1:Uvmid>sample string 3</d2p1:Uvmid>
</d2p1:Owner>
<d2p1:PrivilegedUserRoles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>4b6c2bad-53c4-4266-825b-73f7d3d013e0</d4p1:guid>
<d4p1:guid>5ea0d7ec-8007-43c9-8703-52b2b95984f9</d4p1:guid>
</d2p1:PrivilegedUserRoles>
<d2p1:ProductGroup>
<d2p1:Id>073a9438-3f87-4064-b7f3-1ba046f876c3</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ProductGroupType>Default</d2p1:ProductGroupType>
<d2p1:Products>
<d2p1:GetAllProductResponse>
<d2p1:HasSubproducts>true</d2p1:HasSubproducts>
<d2p1:Imprint>
<d2p1:Id>2a48b624-5bfe-4692-8fef-e33a19fcc09c</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Imprint>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:Isbn>sample string 3</d2p1:Isbn>
<d2p1:LoginProviderTypes xmlns:d7p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Enums">
<d7p1:LoginProviderType>Unilogin</d7p1:LoginProviderType>
<d7p1:LoginProviderType>Unilogin</d7p1:LoginProviderType>
</d2p1:LoginProviderTypes>
<d2p1:ProductGroupDictionary>
<d2p1:Id>5182be16-0338-4789-87e1-44fb68d22c75</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>8fa3316c-59f4-4c3e-afeb-b1c073f5d81d</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>1669cbf6-1b58-490e-b471-352ac22a6f55</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>9a38c525-4d48-4df9-81d8-90b606dad1af</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Topic>
</d2p1:GetAllProductResponse>
<d2p1:GetAllProductResponse>
<d2p1:HasSubproducts>true</d2p1:HasSubproducts>
<d2p1:Imprint>
<d2p1:Id>2a48b624-5bfe-4692-8fef-e33a19fcc09c</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Imprint>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:Isbn>sample string 3</d2p1:Isbn>
<d2p1:LoginProviderTypes xmlns:d7p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Enums">
<d7p1:LoginProviderType>Unilogin</d7p1:LoginProviderType>
<d7p1:LoginProviderType>Unilogin</d7p1:LoginProviderType>
</d2p1:LoginProviderTypes>
<d2p1:ProductGroupDictionary>
<d2p1:Id>5182be16-0338-4789-87e1-44fb68d22c75</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>8fa3316c-59f4-4c3e-afeb-b1c073f5d81d</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>1669cbf6-1b58-490e-b471-352ac22a6f55</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>9a38c525-4d48-4df9-81d8-90b606dad1af</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Topic>
</d2p1:GetAllProductResponse>
</d2p1:Products>
</d2p1:ProductGroup>
<d2p1:SeatUserGroupIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>d84f2376-ac15-468c-a553-64cfb04a1291</d4p1:guid>
<d4p1:guid>8d7bf8e2-028e-43ad-a976-5ce147135fab</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-06-25T19:57:38.8298891+00:00</d2p1:StartDate>
<d2p1:UserGroup>
<d2p1:City>sample string 6</d2p1:City>
<d2p1:CommuneNumber>sample string 4</d2p1:CommuneNumber>
<d2p1:Email>sample string 7</d2p1:Email>
<d2p1:HasWs17Agreement>true</d2p1:HasWs17Agreement>
<d2p1:Id>6c7abbf2-e958-434c-a3d1-796edb3bd93f</d2p1:Id>
<d2p1:InstitutionNumber>sample string 3</d2p1:InstitutionNumber>
<d2p1:LastSynchonized>2026-06-25T19:57:38.8298891+00:00</d2p1:LastSynchonized>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:UserGroupType>Default</d2p1:UserGroupType>
<d2p1:ZipCode>sample string 5</d2p1:ZipCode>
</d2p1:UserGroup>
<d2p1:UserRoles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>2642f778-0d11-408c-bcd7-67c9ce45ef74</d4p1:guid>
<d4p1:guid>4e566df8-48aa-4a27-be3a-14b81fc1768a</d4p1:guid>
</d2p1:UserRoles>
</d2p1:GetLicenseResponse>
<d2p1:GetLicenseResponse>
<d2p1:AccessType xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d4p1:key>1</d4p1:key>
<d4p1:value>sample string 2</d4p1:value>
</d2p1:AccessType>
<d2p1:AvailableSeats>9</d2p1:AvailableSeats>
<d2p1:Buffer>8</d2p1:Buffer>
<d2p1:Category>
<d2p1:Id>996a81ae-ec53-4747-a25e-1fec9bd61bd8</d2p1:Id>
<d2p1:IsDefault>true</d2p1:IsDefault>
<d2p1:LicenseCategoryType>4</d2p1:LicenseCategoryType>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Category>
<d2p1:ContactEmail>sample string 3</d2p1:ContactEmail>
<d2p1:ContactPersonName>sample string 4</d2p1:ContactPersonName>
<d2p1:ContactPhone>sample string 5</d2p1:ContactPhone>
<d2p1:EndDate>2026-06-25T19:57:38.8298891+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 6</d2p1:Grade>
<d2p1:Id>ffb5db92-1c44-4e49-8163-87fda96b6beb</d2p1:Id>
<d2p1:IsPaused>true</d2p1:IsPaused>
<d2p1:LicenseName>sample string 2</d2p1:LicenseName>
<d2p1:LicenseType xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d4p1:key>1</d4p1:key>
<d4p1:value>sample string 2</d4p1:value>
</d2p1:LicenseType>
<d2p1:Orders xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d4p1:key>sample string 1</d4p1:key>
<d4p1:value xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</d4p1:value>
</d2p1:Orders>
<d2p1:Owner>
<d2p1:Id>0e3302a2-49d5-48db-b905-5b3d648c44b0</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Type>5</d2p1:Type>
<d2p1:TypeName>sample string 6</d2p1:TypeName>
<d2p1:UserGroupId>9e4baf64-ebf2-4149-b7ff-da56b5ce9a40</d2p1:UserGroupId>
<d2p1:Uvmid>sample string 3</d2p1:Uvmid>
</d2p1:Owner>
<d2p1:PrivilegedUserRoles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>4b6c2bad-53c4-4266-825b-73f7d3d013e0</d4p1:guid>
<d4p1:guid>5ea0d7ec-8007-43c9-8703-52b2b95984f9</d4p1:guid>
</d2p1:PrivilegedUserRoles>
<d2p1:ProductGroup>
<d2p1:Id>073a9438-3f87-4064-b7f3-1ba046f876c3</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ProductGroupType>Default</d2p1:ProductGroupType>
<d2p1:Products>
<d2p1:GetAllProductResponse>
<d2p1:HasSubproducts>true</d2p1:HasSubproducts>
<d2p1:Imprint>
<d2p1:Id>2a48b624-5bfe-4692-8fef-e33a19fcc09c</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Imprint>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:Isbn>sample string 3</d2p1:Isbn>
<d2p1:LoginProviderTypes xmlns:d7p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Enums">
<d7p1:LoginProviderType>Unilogin</d7p1:LoginProviderType>
<d7p1:LoginProviderType>Unilogin</d7p1:LoginProviderType>
</d2p1:LoginProviderTypes>
<d2p1:ProductGroupDictionary>
<d2p1:Id>5182be16-0338-4789-87e1-44fb68d22c75</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>8fa3316c-59f4-4c3e-afeb-b1c073f5d81d</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>1669cbf6-1b58-490e-b471-352ac22a6f55</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>9a38c525-4d48-4df9-81d8-90b606dad1af</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Topic>
</d2p1:GetAllProductResponse>
<d2p1:GetAllProductResponse>
<d2p1:HasSubproducts>true</d2p1:HasSubproducts>
<d2p1:Imprint>
<d2p1:Id>2a48b624-5bfe-4692-8fef-e33a19fcc09c</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Imprint>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:Isbn>sample string 3</d2p1:Isbn>
<d2p1:LoginProviderTypes xmlns:d7p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Enums">
<d7p1:LoginProviderType>Unilogin</d7p1:LoginProviderType>
<d7p1:LoginProviderType>Unilogin</d7p1:LoginProviderType>
</d2p1:LoginProviderTypes>
<d2p1:ProductGroupDictionary>
<d2p1:Id>5182be16-0338-4789-87e1-44fb68d22c75</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>8fa3316c-59f4-4c3e-afeb-b1c073f5d81d</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>1669cbf6-1b58-490e-b471-352ac22a6f55</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>9a38c525-4d48-4df9-81d8-90b606dad1af</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Topic>
</d2p1:GetAllProductResponse>
</d2p1:Products>
</d2p1:ProductGroup>
<d2p1:SeatUserGroupIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>d84f2376-ac15-468c-a553-64cfb04a1291</d4p1:guid>
<d4p1:guid>8d7bf8e2-028e-43ad-a976-5ce147135fab</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-06-25T19:57:38.8298891+00:00</d2p1:StartDate>
<d2p1:UserGroup>
<d2p1:City>sample string 6</d2p1:City>
<d2p1:CommuneNumber>sample string 4</d2p1:CommuneNumber>
<d2p1:Email>sample string 7</d2p1:Email>
<d2p1:HasWs17Agreement>true</d2p1:HasWs17Agreement>
<d2p1:Id>6c7abbf2-e958-434c-a3d1-796edb3bd93f</d2p1:Id>
<d2p1:InstitutionNumber>sample string 3</d2p1:InstitutionNumber>
<d2p1:LastSynchonized>2026-06-25T19:57:38.8298891+00:00</d2p1:LastSynchonized>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:UserGroupType>Default</d2p1:UserGroupType>
<d2p1:ZipCode>sample string 5</d2p1:ZipCode>
</d2p1:UserGroup>
<d2p1:UserRoles xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>2642f778-0d11-408c-bcd7-67c9ce45ef74</d4p1:guid>
<d4p1:guid>4e566df8-48aa-4a27-be3a-14b81fc1768a</d4p1:guid>
</d2p1:UserRoles>
</d2p1:GetLicenseResponse>
</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>
<Filters xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringFilterValueN3g1kdQt>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value xmlns:d4p1="http://schemas.datacontract.org/2004/07/Alice.Api.Common.Request">
<d4p1:FilterType>None</d4p1:FilterType>
<d4p1:Value>sample string 1</d4p1:Value>
</d2p1:Value>
</d2p1:KeyValueOfstringFilterValueN3g1kdQt>
<d2p1:KeyValueOfstringFilterValueN3g1kdQt>
<d2p1:Key>sample string 2</d2p1:Key>
<d2p1:Value xmlns:d4p1="http://schemas.datacontract.org/2004/07/Alice.Api.Common.Request">
<d4p1:FilterType>None</d4p1:FilterType>
<d4p1:Value>sample string 1</d4p1:Value>
</d2p1:Value>
</d2p1:KeyValueOfstringFilterValueN3g1kdQt>
</Filters>
<IsSuccess>true</IsSuccess>
<PageIndex>3</PageIndex>
<PageSize>2</PageSize>
<SortFields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringOrderTypevpR9PHaG>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>None</d2p1:Value>
</d2p1:KeyValueOfstringOrderTypevpR9PHaG>
<d2p1:KeyValueOfstringOrderTypevpR9PHaG>
<d2p1:Key>sample string 2</d2p1:Key>
<d2p1:Value>None</d2p1:Value>
</d2p1:KeyValueOfstringOrderTypevpR9PHaG>
</SortFields>
<Total>4</Total>
</ApiCollectionResponseOfArrayOfGetLicenseResponseLgVmlFmJ>