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": "e9390763-9359-4948-9246-7b425d74b107",
"LicenseName": "sample string 2",
"ContactEmail": "sample string 3",
"ContactPersonName": "sample string 4",
"ContactPhone": "sample string 5",
"UserGroup": {
"Id": "c6ec8a85-d707-407e-9037-9e796960488f",
"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-03-08T00:47:02.5717414+00:00"
},
"Owner": {
"Id": "05921a27-774a-4dde-b8de-41f44b4d0494",
"Name": "sample string 2",
"Uvmid": "sample string 3",
"UserGroupId": "45632a42-815d-4e18-b1fe-042fbb4a3895",
"Type": 5,
"TypeName": "sample string 6"
},
"ProductGroup": {
"Id": "7b44955b-626d-44e0-8739-36a97f93f5fb",
"Name": "sample string 2",
"ProductGroupType": 0,
"Products": [
{
"ProductId": "7dc6ad40-16c4-4ba0-bc31-fe162d9d5506",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "3bc5373b-7e25-4816-a785-923accbe6bfd",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "9164d546-ac29-47da-8677-dad3887b607c",
"Key": "sample string 1"
},
"Topic": {
"Id": "405846c2-3702-46f4-a591-8154ce93aab9",
"Key": "sample string 1"
},
"Target": {
"Id": "3e948921-3d31-4df6-bab8-a011c0910f5f",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
},
{
"ProductId": "7dc6ad40-16c4-4ba0-bc31-fe162d9d5506",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "3bc5373b-7e25-4816-a785-923accbe6bfd",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "9164d546-ac29-47da-8677-dad3887b607c",
"Key": "sample string 1"
},
"Topic": {
"Id": "405846c2-3702-46f4-a591-8154ce93aab9",
"Key": "sample string 1"
},
"Target": {
"Id": "3e948921-3d31-4df6-bab8-a011c0910f5f",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
}
]
},
"Category": {
"Id": "c0de0924-c2e9-4523-a15f-1f3d34bfae53",
"Name": "sample string 2",
"IsDefault": true,
"LicenseCategoryType": 4
},
"StartDate": "2026-03-08T00:47:02.5717414+00:00",
"EndDate": "2026-03-08T00:47:02.5717414+00:00",
"LicenseType": {
"Key": 1,
"Value": "sample string 2"
},
"AccessType": {
"Key": 1,
"Value": "sample string 2"
},
"Grade": "sample string 6",
"UserRoles": [
"1ce14365-cefc-4aa8-b6d5-aab092352e15",
"1d2d6c1b-2a1b-4b49-892a-011a448ce607"
],
"IsPaused": true,
"SeatUserGroupIds": [
"4f6ab279-d012-4528-94f3-835609898e6b",
"09ebde11-49a4-430e-9aea-05f81765a0ac"
],
"PrivilegedUserRoles": [
"3d59d93f-ffb0-47e0-b95d-637d2ac50e32",
"e0862f93-3145-453b-9544-9bb8c94585d0"
],
"Orders": {
"Key": "sample string 1",
"Value": [
"sample string 1",
"sample string 2"
]
},
"Buffer": 8,
"AvailableSeats": 9
},
{
"Id": "e9390763-9359-4948-9246-7b425d74b107",
"LicenseName": "sample string 2",
"ContactEmail": "sample string 3",
"ContactPersonName": "sample string 4",
"ContactPhone": "sample string 5",
"UserGroup": {
"Id": "c6ec8a85-d707-407e-9037-9e796960488f",
"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-03-08T00:47:02.5717414+00:00"
},
"Owner": {
"Id": "05921a27-774a-4dde-b8de-41f44b4d0494",
"Name": "sample string 2",
"Uvmid": "sample string 3",
"UserGroupId": "45632a42-815d-4e18-b1fe-042fbb4a3895",
"Type": 5,
"TypeName": "sample string 6"
},
"ProductGroup": {
"Id": "7b44955b-626d-44e0-8739-36a97f93f5fb",
"Name": "sample string 2",
"ProductGroupType": 0,
"Products": [
{
"ProductId": "7dc6ad40-16c4-4ba0-bc31-fe162d9d5506",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "3bc5373b-7e25-4816-a785-923accbe6bfd",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "9164d546-ac29-47da-8677-dad3887b607c",
"Key": "sample string 1"
},
"Topic": {
"Id": "405846c2-3702-46f4-a591-8154ce93aab9",
"Key": "sample string 1"
},
"Target": {
"Id": "3e948921-3d31-4df6-bab8-a011c0910f5f",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
},
{
"ProductId": "7dc6ad40-16c4-4ba0-bc31-fe162d9d5506",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "3bc5373b-7e25-4816-a785-923accbe6bfd",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "9164d546-ac29-47da-8677-dad3887b607c",
"Key": "sample string 1"
},
"Topic": {
"Id": "405846c2-3702-46f4-a591-8154ce93aab9",
"Key": "sample string 1"
},
"Target": {
"Id": "3e948921-3d31-4df6-bab8-a011c0910f5f",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
}
]
},
"Category": {
"Id": "c0de0924-c2e9-4523-a15f-1f3d34bfae53",
"Name": "sample string 2",
"IsDefault": true,
"LicenseCategoryType": 4
},
"StartDate": "2026-03-08T00:47:02.5717414+00:00",
"EndDate": "2026-03-08T00:47:02.5717414+00:00",
"LicenseType": {
"Key": 1,
"Value": "sample string 2"
},
"AccessType": {
"Key": 1,
"Value": "sample string 2"
},
"Grade": "sample string 6",
"UserRoles": [
"1ce14365-cefc-4aa8-b6d5-aab092352e15",
"1d2d6c1b-2a1b-4b49-892a-011a448ce607"
],
"IsPaused": true,
"SeatUserGroupIds": [
"4f6ab279-d012-4528-94f3-835609898e6b",
"09ebde11-49a4-430e-9aea-05f81765a0ac"
],
"PrivilegedUserRoles": [
"3d59d93f-ffb0-47e0-b95d-637d2ac50e32",
"e0862f93-3145-453b-9544-9bb8c94585d0"
],
"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>c0de0924-c2e9-4523-a15f-1f3d34bfae53</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-03-08T00:47:02.5717414+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 6</d2p1:Grade>
<d2p1:Id>e9390763-9359-4948-9246-7b425d74b107</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>05921a27-774a-4dde-b8de-41f44b4d0494</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Type>5</d2p1:Type>
<d2p1:TypeName>sample string 6</d2p1:TypeName>
<d2p1:UserGroupId>45632a42-815d-4e18-b1fe-042fbb4a3895</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>3d59d93f-ffb0-47e0-b95d-637d2ac50e32</d4p1:guid>
<d4p1:guid>e0862f93-3145-453b-9544-9bb8c94585d0</d4p1:guid>
</d2p1:PrivilegedUserRoles>
<d2p1:ProductGroup>
<d2p1:Id>7b44955b-626d-44e0-8739-36a97f93f5fb</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>3bc5373b-7e25-4816-a785-923accbe6bfd</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>9164d546-ac29-47da-8677-dad3887b607c</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>7dc6ad40-16c4-4ba0-bc31-fe162d9d5506</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>3e948921-3d31-4df6-bab8-a011c0910f5f</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>405846c2-3702-46f4-a591-8154ce93aab9</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Topic>
</d2p1:GetAllProductResponse>
<d2p1:GetAllProductResponse>
<d2p1:HasSubproducts>true</d2p1:HasSubproducts>
<d2p1:Imprint>
<d2p1:Id>3bc5373b-7e25-4816-a785-923accbe6bfd</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>9164d546-ac29-47da-8677-dad3887b607c</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>7dc6ad40-16c4-4ba0-bc31-fe162d9d5506</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>3e948921-3d31-4df6-bab8-a011c0910f5f</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>405846c2-3702-46f4-a591-8154ce93aab9</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>4f6ab279-d012-4528-94f3-835609898e6b</d4p1:guid>
<d4p1:guid>09ebde11-49a4-430e-9aea-05f81765a0ac</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-03-08T00:47:02.5717414+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>c6ec8a85-d707-407e-9037-9e796960488f</d2p1:Id>
<d2p1:InstitutionNumber>sample string 3</d2p1:InstitutionNumber>
<d2p1:LastSynchonized>2026-03-08T00:47:02.5717414+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>1ce14365-cefc-4aa8-b6d5-aab092352e15</d4p1:guid>
<d4p1:guid>1d2d6c1b-2a1b-4b49-892a-011a448ce607</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>c0de0924-c2e9-4523-a15f-1f3d34bfae53</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-03-08T00:47:02.5717414+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 6</d2p1:Grade>
<d2p1:Id>e9390763-9359-4948-9246-7b425d74b107</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>05921a27-774a-4dde-b8de-41f44b4d0494</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Type>5</d2p1:Type>
<d2p1:TypeName>sample string 6</d2p1:TypeName>
<d2p1:UserGroupId>45632a42-815d-4e18-b1fe-042fbb4a3895</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>3d59d93f-ffb0-47e0-b95d-637d2ac50e32</d4p1:guid>
<d4p1:guid>e0862f93-3145-453b-9544-9bb8c94585d0</d4p1:guid>
</d2p1:PrivilegedUserRoles>
<d2p1:ProductGroup>
<d2p1:Id>7b44955b-626d-44e0-8739-36a97f93f5fb</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>3bc5373b-7e25-4816-a785-923accbe6bfd</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>9164d546-ac29-47da-8677-dad3887b607c</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>7dc6ad40-16c4-4ba0-bc31-fe162d9d5506</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>3e948921-3d31-4df6-bab8-a011c0910f5f</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>405846c2-3702-46f4-a591-8154ce93aab9</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Topic>
</d2p1:GetAllProductResponse>
<d2p1:GetAllProductResponse>
<d2p1:HasSubproducts>true</d2p1:HasSubproducts>
<d2p1:Imprint>
<d2p1:Id>3bc5373b-7e25-4816-a785-923accbe6bfd</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>9164d546-ac29-47da-8677-dad3887b607c</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>7dc6ad40-16c4-4ba0-bc31-fe162d9d5506</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>3e948921-3d31-4df6-bab8-a011c0910f5f</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>405846c2-3702-46f4-a591-8154ce93aab9</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>4f6ab279-d012-4528-94f3-835609898e6b</d4p1:guid>
<d4p1:guid>09ebde11-49a4-430e-9aea-05f81765a0ac</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-03-08T00:47:02.5717414+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>c6ec8a85-d707-407e-9037-9e796960488f</d2p1:Id>
<d2p1:InstitutionNumber>sample string 3</d2p1:InstitutionNumber>
<d2p1:LastSynchonized>2026-03-08T00:47:02.5717414+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>1ce14365-cefc-4aa8-b6d5-aab092352e15</d4p1:guid>
<d4p1:guid>1d2d6c1b-2a1b-4b49-892a-011a448ce607</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>