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": "a4f72bd7-ebf6-4589-a72c-fc44cf52b524",
"LicenseName": "sample string 2",
"ContactEmail": "sample string 3",
"ContactPersonName": "sample string 4",
"ContactPhone": "sample string 5",
"UserGroup": {
"Id": "0750ffba-6167-4141-9d76-29543203552b",
"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-02T04:00:58.3400032+00:00"
},
"Owner": {
"Id": "410acb4d-c135-438f-8cd2-ff316976bd67",
"Name": "sample string 2",
"Uvmid": "sample string 3",
"UserGroupId": "214164c3-8652-473a-85af-653f463c3f72",
"Type": 5,
"TypeName": "sample string 6"
},
"ProductGroup": {
"Id": "427bd176-ff07-4d2a-9f91-6eb6d0bfc018",
"Name": "sample string 2",
"ProductGroupType": 0,
"Products": [
{
"ProductId": "73a68cdc-6538-41c2-8bca-94bf3de2ebc0",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "0259a218-7a83-49de-96f5-85b282f2050e",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "d6c7cc58-fc11-4fa0-9be7-3db2baa6c554",
"Key": "sample string 1"
},
"Topic": {
"Id": "2ab763e0-c2fd-4594-9cdc-d91e6114faa4",
"Key": "sample string 1"
},
"Target": {
"Id": "7b6848bb-a729-489f-8cdd-4cbf4cfff427",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
},
{
"ProductId": "73a68cdc-6538-41c2-8bca-94bf3de2ebc0",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "0259a218-7a83-49de-96f5-85b282f2050e",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "d6c7cc58-fc11-4fa0-9be7-3db2baa6c554",
"Key": "sample string 1"
},
"Topic": {
"Id": "2ab763e0-c2fd-4594-9cdc-d91e6114faa4",
"Key": "sample string 1"
},
"Target": {
"Id": "7b6848bb-a729-489f-8cdd-4cbf4cfff427",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
}
]
},
"Category": {
"Id": "1ae09caf-e643-4a91-9e8a-aa1b6de4d05c",
"Name": "sample string 2",
"IsDefault": true,
"LicenseCategoryType": 4
},
"StartDate": "2026-03-02T04:00:58.3400032+00:00",
"EndDate": "2026-03-02T04:00:58.3400032+00:00",
"LicenseType": {
"Key": 1,
"Value": "sample string 2"
},
"AccessType": {
"Key": 1,
"Value": "sample string 2"
},
"Grade": "sample string 6",
"UserRoles": [
"32b9bdd1-eb42-4255-ba09-00cc7aa71750",
"de61bbbe-ed50-416f-ba29-7a6071f712cd"
],
"IsPaused": true,
"SeatUserGroupIds": [
"f08ae2c6-e0d4-4c30-a12c-3756d633457a",
"4d69ab3b-3337-4aa6-b54a-a9a94af239ec"
],
"PrivilegedUserRoles": [
"3183a194-1a8b-479f-949f-14d4e14c502d",
"a3226c50-ab9a-4480-ba71-21b91498ffa9"
],
"Orders": {
"Key": "sample string 1",
"Value": [
"sample string 1",
"sample string 2"
]
},
"Buffer": 8,
"AvailableSeats": 9
},
{
"Id": "a4f72bd7-ebf6-4589-a72c-fc44cf52b524",
"LicenseName": "sample string 2",
"ContactEmail": "sample string 3",
"ContactPersonName": "sample string 4",
"ContactPhone": "sample string 5",
"UserGroup": {
"Id": "0750ffba-6167-4141-9d76-29543203552b",
"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-02T04:00:58.3400032+00:00"
},
"Owner": {
"Id": "410acb4d-c135-438f-8cd2-ff316976bd67",
"Name": "sample string 2",
"Uvmid": "sample string 3",
"UserGroupId": "214164c3-8652-473a-85af-653f463c3f72",
"Type": 5,
"TypeName": "sample string 6"
},
"ProductGroup": {
"Id": "427bd176-ff07-4d2a-9f91-6eb6d0bfc018",
"Name": "sample string 2",
"ProductGroupType": 0,
"Products": [
{
"ProductId": "73a68cdc-6538-41c2-8bca-94bf3de2ebc0",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "0259a218-7a83-49de-96f5-85b282f2050e",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "d6c7cc58-fc11-4fa0-9be7-3db2baa6c554",
"Key": "sample string 1"
},
"Topic": {
"Id": "2ab763e0-c2fd-4594-9cdc-d91e6114faa4",
"Key": "sample string 1"
},
"Target": {
"Id": "7b6848bb-a729-489f-8cdd-4cbf4cfff427",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
},
{
"ProductId": "73a68cdc-6538-41c2-8bca-94bf3de2ebc0",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "0259a218-7a83-49de-96f5-85b282f2050e",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "d6c7cc58-fc11-4fa0-9be7-3db2baa6c554",
"Key": "sample string 1"
},
"Topic": {
"Id": "2ab763e0-c2fd-4594-9cdc-d91e6114faa4",
"Key": "sample string 1"
},
"Target": {
"Id": "7b6848bb-a729-489f-8cdd-4cbf4cfff427",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
}
]
},
"Category": {
"Id": "1ae09caf-e643-4a91-9e8a-aa1b6de4d05c",
"Name": "sample string 2",
"IsDefault": true,
"LicenseCategoryType": 4
},
"StartDate": "2026-03-02T04:00:58.3400032+00:00",
"EndDate": "2026-03-02T04:00:58.3400032+00:00",
"LicenseType": {
"Key": 1,
"Value": "sample string 2"
},
"AccessType": {
"Key": 1,
"Value": "sample string 2"
},
"Grade": "sample string 6",
"UserRoles": [
"32b9bdd1-eb42-4255-ba09-00cc7aa71750",
"de61bbbe-ed50-416f-ba29-7a6071f712cd"
],
"IsPaused": true,
"SeatUserGroupIds": [
"f08ae2c6-e0d4-4c30-a12c-3756d633457a",
"4d69ab3b-3337-4aa6-b54a-a9a94af239ec"
],
"PrivilegedUserRoles": [
"3183a194-1a8b-479f-949f-14d4e14c502d",
"a3226c50-ab9a-4480-ba71-21b91498ffa9"
],
"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>1ae09caf-e643-4a91-9e8a-aa1b6de4d05c</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-02T04:00:58.3400032+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 6</d2p1:Grade>
<d2p1:Id>a4f72bd7-ebf6-4589-a72c-fc44cf52b524</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>410acb4d-c135-438f-8cd2-ff316976bd67</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Type>5</d2p1:Type>
<d2p1:TypeName>sample string 6</d2p1:TypeName>
<d2p1:UserGroupId>214164c3-8652-473a-85af-653f463c3f72</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>3183a194-1a8b-479f-949f-14d4e14c502d</d4p1:guid>
<d4p1:guid>a3226c50-ab9a-4480-ba71-21b91498ffa9</d4p1:guid>
</d2p1:PrivilegedUserRoles>
<d2p1:ProductGroup>
<d2p1:Id>427bd176-ff07-4d2a-9f91-6eb6d0bfc018</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>0259a218-7a83-49de-96f5-85b282f2050e</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>d6c7cc58-fc11-4fa0-9be7-3db2baa6c554</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>73a68cdc-6538-41c2-8bca-94bf3de2ebc0</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>7b6848bb-a729-489f-8cdd-4cbf4cfff427</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>2ab763e0-c2fd-4594-9cdc-d91e6114faa4</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Topic>
</d2p1:GetAllProductResponse>
<d2p1:GetAllProductResponse>
<d2p1:HasSubproducts>true</d2p1:HasSubproducts>
<d2p1:Imprint>
<d2p1:Id>0259a218-7a83-49de-96f5-85b282f2050e</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>d6c7cc58-fc11-4fa0-9be7-3db2baa6c554</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>73a68cdc-6538-41c2-8bca-94bf3de2ebc0</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>7b6848bb-a729-489f-8cdd-4cbf4cfff427</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>2ab763e0-c2fd-4594-9cdc-d91e6114faa4</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>f08ae2c6-e0d4-4c30-a12c-3756d633457a</d4p1:guid>
<d4p1:guid>4d69ab3b-3337-4aa6-b54a-a9a94af239ec</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-03-02T04:00:58.3400032+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>0750ffba-6167-4141-9d76-29543203552b</d2p1:Id>
<d2p1:InstitutionNumber>sample string 3</d2p1:InstitutionNumber>
<d2p1:LastSynchonized>2026-03-02T04:00:58.3400032+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>32b9bdd1-eb42-4255-ba09-00cc7aa71750</d4p1:guid>
<d4p1:guid>de61bbbe-ed50-416f-ba29-7a6071f712cd</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>1ae09caf-e643-4a91-9e8a-aa1b6de4d05c</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-02T04:00:58.3400032+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 6</d2p1:Grade>
<d2p1:Id>a4f72bd7-ebf6-4589-a72c-fc44cf52b524</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>410acb4d-c135-438f-8cd2-ff316976bd67</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Type>5</d2p1:Type>
<d2p1:TypeName>sample string 6</d2p1:TypeName>
<d2p1:UserGroupId>214164c3-8652-473a-85af-653f463c3f72</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>3183a194-1a8b-479f-949f-14d4e14c502d</d4p1:guid>
<d4p1:guid>a3226c50-ab9a-4480-ba71-21b91498ffa9</d4p1:guid>
</d2p1:PrivilegedUserRoles>
<d2p1:ProductGroup>
<d2p1:Id>427bd176-ff07-4d2a-9f91-6eb6d0bfc018</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>0259a218-7a83-49de-96f5-85b282f2050e</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>d6c7cc58-fc11-4fa0-9be7-3db2baa6c554</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>73a68cdc-6538-41c2-8bca-94bf3de2ebc0</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>7b6848bb-a729-489f-8cdd-4cbf4cfff427</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>2ab763e0-c2fd-4594-9cdc-d91e6114faa4</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Topic>
</d2p1:GetAllProductResponse>
<d2p1:GetAllProductResponse>
<d2p1:HasSubproducts>true</d2p1:HasSubproducts>
<d2p1:Imprint>
<d2p1:Id>0259a218-7a83-49de-96f5-85b282f2050e</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>d6c7cc58-fc11-4fa0-9be7-3db2baa6c554</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>73a68cdc-6538-41c2-8bca-94bf3de2ebc0</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>7b6848bb-a729-489f-8cdd-4cbf4cfff427</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>2ab763e0-c2fd-4594-9cdc-d91e6114faa4</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>f08ae2c6-e0d4-4c30-a12c-3756d633457a</d4p1:guid>
<d4p1:guid>4d69ab3b-3337-4aa6-b54a-a9a94af239ec</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-03-02T04:00:58.3400032+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>0750ffba-6167-4141-9d76-29543203552b</d2p1:Id>
<d2p1:InstitutionNumber>sample string 3</d2p1:InstitutionNumber>
<d2p1:LastSynchonized>2026-03-02T04:00:58.3400032+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>32b9bdd1-eb42-4255-ba09-00cc7aa71750</d4p1:guid>
<d4p1:guid>de61bbbe-ed50-416f-ba29-7a6071f712cd</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>