POST api/licenseDtoIndex/get
Returns all licenses in specific Account context based on provided filters
Request Information
URI Parameters
None.
Body Parameters
GetLicenseDtoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Name | string |
None. |
|
| AccessType | string |
None. |
|
| AccessTypeName | string |
None. |
|
| CategoryId | string |
None. |
|
| LicenseType | string |
None. |
|
| LicenseTypeName | string |
None. |
|
| CreatedAt | string |
None. |
|
| ModifiedAt | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| AvailableSeats | string |
None. |
|
| IsDeleted | string |
None. |
|
| IsPaused | string |
None. |
|
| CategoryName | string |
None. |
|
| Buffer | string |
None. |
|
| Grade | string |
None. |
|
| UserGroupName | string |
None. |
|
| UserGroupType | string |
None. |
|
| UserGroupTypeName | string |
None. |
|
| UserGroupIdentifier | string |
None. |
|
| UserIds | string |
None. |
|
| ProductIsbns | string |
None. |
|
| AllowableUserRoleIds | string |
None. |
|
| AllowableUserRoleNames | string |
None. |
|
| PrivilegedUserRoleIds | string |
None. |
|
| UserGroupId | string |
None. |
|
| InstitutionsInMunicipality | string |
None. |
|
| AgreementStartDate | string |
None. |
|
| AgreementEndDate | string |
None. |
|
| SeatUserGroupIds | string |
None. |
|
| LicenseCategoryTypeId | string |
None. |
|
| LicenseCategoryTypeName | string |
None. |
|
| SearchBy | Collection of Filter |
None. |
|
| SortBy | Collection of Sort |
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:
{
"Id": "Id",
"Name": "Name",
"AccessType": "AccessType",
"AccessTypeName": "AccessTypeName",
"CategoryId": "CategoryId",
"LicenseType": "LicenseType",
"LicenseTypeName": "LicenseTypeName",
"CreatedAt": "CreatedAt",
"ModifiedAt": "ModifiedAt",
"StartDate": "StartDate",
"EndDate": "EndDate",
"AvailableSeats": "AvailableSeats",
"IsDeleted": "IsDeleted",
"IsPaused": "IsPaused",
"CategoryName": "CategoryName",
"Buffer": "Buffer",
"Grade": "Grade",
"UserGroupName": "UserGroupName",
"UserGroupType": "UserGroupType",
"UserGroupTypeName": "UserGroupTypeName",
"UserGroupIdentifier": "UserGroupIdentifier",
"UserIds": "UserIds",
"ProductIsbns": "ProductIsbns",
"AllowableUserRoleIds": "AllowableUserRoleIds",
"AllowableUserRoleNames": "AllowableUserRoleNames",
"PrivilegedUserRoleIds": "PrivilegedUserRoleIds",
"UserGroupId": "UserGroupId",
"InstitutionsInMunicipality": "InstitutionsInMunicipality",
"AgreementStartDate": "AgreementStartDate",
"AgreementEndDate": "AgreementEndDate",
"SeatUserGroupIds": "SeatUserGroupIds",
"LicenseCategoryTypeId": "LicenseCategoryTypeId",
"LicenseCategoryTypeName": "LicenseCategoryTypeName",
"SearchBy": [
{
"Key": "sample string 1",
"Value": {},
"Type": 0
},
{
"Key": "sample string 1",
"Value": {},
"Type": 0
}
],
"SortBy": [
{
"Key": "sample string 1",
"Order": 0
},
{
"Key": "sample string 1",
"Order": 0
}
],
"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:
<GetLicenseDtoRequest 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>
<SearchBy xmlns:d2p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<d2p1:Filter>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Type>None</d2p1:Type>
<d2p1:Value />
</d2p1:Filter>
<d2p1:Filter>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Type>None</d2p1:Type>
<d2p1:Value />
</d2p1:Filter>
</SearchBy>
<SortBy xmlns:d2p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<d2p1:Sort>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Order>None</d2p1:Order>
</d2p1:Sort>
<d2p1:Sort>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Order>None</d2p1:Order>
</d2p1:Sort>
</SortBy>
<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>
</GetLicenseDtoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiCollectionResponseOfIEnumerableOfGetLicenseDtoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Errors | Collection of string |
None. |
|
| Data | Collection of GetLicenseDtoResponse |
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": [
{
"AccountId": "f221be02-b387-4bd9-8fc7-72e4c390c079",
"Id": "a94b44f2-4858-4a3c-b08e-57cd81f11bb5",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "cf9ddeac-1679-404c-af92-582f716ef61b",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2026-03-08T00:53:04.5131838+00:00",
"ModifiedAt": "2026-03-08T00:53:04.5131838+00:00",
"StartDate": "2026-03-08T00:53:04.5131838+00:00",
"EndDate": "2026-03-08T00:53:04.5131838+00:00",
"AvailableSeats": 9,
"IsDeleted": true,
"IsPaused": true,
"CategoryName": "sample string 12",
"Buffer": 13,
"Grade": "sample string 14",
"UserGroupName": "sample string 15",
"UserGroupType": 16,
"UserGroupTypeName": "sample string 17",
"UserGroupIdentifier": "sample string 18",
"UserIds": [
"a5055782-0c27-4a32-b8a4-ba01f527a0ab",
"812dd690-d003-45f5-85c8-e9c1b233e374"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"b69aca30-ae62-446d-b998-a8568c528d46",
"098eb58f-9c35-4112-b2dd-b18722389558"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"cd38ed3f-4c82-454f-81a2-3a4e35adc000",
"aefffd8a-5e6e-454f-92dc-dbf02f894927"
],
"UserGroupId": "02ea159d-8096-475e-bef0-73b8c5085cc6",
"InstitutionsInMunicipality": [
"00a4df83-e9d5-4095-8d0d-2760cccb51f1",
"7dce976c-2d03-43f8-be44-66a1dde08987"
],
"AgreementStartDate": "2026-03-08T00:53:04.5131838+00:00",
"AgreementEndDate": "2026-03-08T00:53:04.5131838+00:00",
"SeatUserGroupIds": [
"20428b80-fee2-42d3-8878-67e9b21f19a4",
"8c3ad790-f679-4e5a-86e2-bfda91a1e893"
],
"LicenseCategoryTypeId": 1,
"LicenseCategoryTypeName": "sample string 20"
},
{
"AccountId": "f221be02-b387-4bd9-8fc7-72e4c390c079",
"Id": "a94b44f2-4858-4a3c-b08e-57cd81f11bb5",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "cf9ddeac-1679-404c-af92-582f716ef61b",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2026-03-08T00:53:04.5131838+00:00",
"ModifiedAt": "2026-03-08T00:53:04.5131838+00:00",
"StartDate": "2026-03-08T00:53:04.5131838+00:00",
"EndDate": "2026-03-08T00:53:04.5131838+00:00",
"AvailableSeats": 9,
"IsDeleted": true,
"IsPaused": true,
"CategoryName": "sample string 12",
"Buffer": 13,
"Grade": "sample string 14",
"UserGroupName": "sample string 15",
"UserGroupType": 16,
"UserGroupTypeName": "sample string 17",
"UserGroupIdentifier": "sample string 18",
"UserIds": [
"a5055782-0c27-4a32-b8a4-ba01f527a0ab",
"812dd690-d003-45f5-85c8-e9c1b233e374"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"b69aca30-ae62-446d-b998-a8568c528d46",
"098eb58f-9c35-4112-b2dd-b18722389558"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"cd38ed3f-4c82-454f-81a2-3a4e35adc000",
"aefffd8a-5e6e-454f-92dc-dbf02f894927"
],
"UserGroupId": "02ea159d-8096-475e-bef0-73b8c5085cc6",
"InstitutionsInMunicipality": [
"00a4df83-e9d5-4095-8d0d-2760cccb51f1",
"7dce976c-2d03-43f8-be44-66a1dde08987"
],
"AgreementStartDate": "2026-03-08T00:53:04.5131838+00:00",
"AgreementEndDate": "2026-03-08T00:53:04.5131838+00:00",
"SeatUserGroupIds": [
"20428b80-fee2-42d3-8878-67e9b21f19a4",
"8c3ad790-f679-4e5a-86e2-bfda91a1e893"
],
"LicenseCategoryTypeId": 1,
"LicenseCategoryTypeName": "sample string 20"
}
],
"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:
<ApiCollectionResponseOfArrayOfGetLicenseDtoResponseOtYNZsIP 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.ElasticSearch">
<d2p1:GetLicenseDtoResponse>
<d2p1:AccessType>4</d2p1:AccessType>
<d2p1:AccessTypeName>sample string 5</d2p1:AccessTypeName>
<d2p1:AccountId>f221be02-b387-4bd9-8fc7-72e4c390c079</d2p1:AccountId>
<d2p1:AgreementEndDate>2026-03-08T00:53:04.5131838+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2026-03-08T00:53:04.5131838+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>b69aca30-ae62-446d-b998-a8568c528d46</d4p1:guid>
<d4p1:guid>098eb58f-9c35-4112-b2dd-b18722389558</d4p1:guid>
</d2p1:AllowableUserRoleIds>
<d2p1:AllowableUserRoleNames xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</d2p1:AllowableUserRoleNames>
<d2p1:AvailableSeats>9</d2p1:AvailableSeats>
<d2p1:Buffer>13</d2p1:Buffer>
<d2p1:CategoryId>cf9ddeac-1679-404c-af92-582f716ef61b</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2026-03-08T00:53:04.5131838+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2026-03-08T00:53:04.5131838+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>a94b44f2-4858-4a3c-b08e-57cd81f11bb5</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>00a4df83-e9d5-4095-8d0d-2760cccb51f1</d4p1:guid>
<d4p1:guid>7dce976c-2d03-43f8-be44-66a1dde08987</d4p1:guid>
</d2p1:InstitutionsInMunicipality>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:IsPaused>true</d2p1:IsPaused>
<d2p1:LicenseCategoryTypeId>1</d2p1:LicenseCategoryTypeId>
<d2p1:LicenseCategoryTypeName>sample string 20</d2p1:LicenseCategoryTypeName>
<d2p1:LicenseType>6</d2p1:LicenseType>
<d2p1:LicenseTypeName>sample string 7</d2p1:LicenseTypeName>
<d2p1:ModifiedAt>2026-03-08T00:53:04.5131838+00:00</d2p1:ModifiedAt>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:PrivilegedUserRoleIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>cd38ed3f-4c82-454f-81a2-3a4e35adc000</d4p1:guid>
<d4p1:guid>aefffd8a-5e6e-454f-92dc-dbf02f894927</d4p1:guid>
</d2p1:PrivilegedUserRoleIds>
<d2p1:ProductIsbns xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</d2p1:ProductIsbns>
<d2p1:SeatUserGroupIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>20428b80-fee2-42d3-8878-67e9b21f19a4</d4p1:guid>
<d4p1:guid>8c3ad790-f679-4e5a-86e2-bfda91a1e893</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-03-08T00:53:04.5131838+00:00</d2p1:StartDate>
<d2p1:UserGroupId>02ea159d-8096-475e-bef0-73b8c5085cc6</d2p1:UserGroupId>
<d2p1:UserGroupIdentifier>sample string 18</d2p1:UserGroupIdentifier>
<d2p1:UserGroupName>sample string 15</d2p1:UserGroupName>
<d2p1:UserGroupType>16</d2p1:UserGroupType>
<d2p1:UserGroupTypeName>sample string 17</d2p1:UserGroupTypeName>
<d2p1:UserIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>a5055782-0c27-4a32-b8a4-ba01f527a0ab</d4p1:guid>
<d4p1:guid>812dd690-d003-45f5-85c8-e9c1b233e374</d4p1:guid>
</d2p1:UserIds>
</d2p1:GetLicenseDtoResponse>
<d2p1:GetLicenseDtoResponse>
<d2p1:AccessType>4</d2p1:AccessType>
<d2p1:AccessTypeName>sample string 5</d2p1:AccessTypeName>
<d2p1:AccountId>f221be02-b387-4bd9-8fc7-72e4c390c079</d2p1:AccountId>
<d2p1:AgreementEndDate>2026-03-08T00:53:04.5131838+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2026-03-08T00:53:04.5131838+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>b69aca30-ae62-446d-b998-a8568c528d46</d4p1:guid>
<d4p1:guid>098eb58f-9c35-4112-b2dd-b18722389558</d4p1:guid>
</d2p1:AllowableUserRoleIds>
<d2p1:AllowableUserRoleNames xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</d2p1:AllowableUserRoleNames>
<d2p1:AvailableSeats>9</d2p1:AvailableSeats>
<d2p1:Buffer>13</d2p1:Buffer>
<d2p1:CategoryId>cf9ddeac-1679-404c-af92-582f716ef61b</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2026-03-08T00:53:04.5131838+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2026-03-08T00:53:04.5131838+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>a94b44f2-4858-4a3c-b08e-57cd81f11bb5</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>00a4df83-e9d5-4095-8d0d-2760cccb51f1</d4p1:guid>
<d4p1:guid>7dce976c-2d03-43f8-be44-66a1dde08987</d4p1:guid>
</d2p1:InstitutionsInMunicipality>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:IsPaused>true</d2p1:IsPaused>
<d2p1:LicenseCategoryTypeId>1</d2p1:LicenseCategoryTypeId>
<d2p1:LicenseCategoryTypeName>sample string 20</d2p1:LicenseCategoryTypeName>
<d2p1:LicenseType>6</d2p1:LicenseType>
<d2p1:LicenseTypeName>sample string 7</d2p1:LicenseTypeName>
<d2p1:ModifiedAt>2026-03-08T00:53:04.5131838+00:00</d2p1:ModifiedAt>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:PrivilegedUserRoleIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>cd38ed3f-4c82-454f-81a2-3a4e35adc000</d4p1:guid>
<d4p1:guid>aefffd8a-5e6e-454f-92dc-dbf02f894927</d4p1:guid>
</d2p1:PrivilegedUserRoleIds>
<d2p1:ProductIsbns xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</d2p1:ProductIsbns>
<d2p1:SeatUserGroupIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>20428b80-fee2-42d3-8878-67e9b21f19a4</d4p1:guid>
<d4p1:guid>8c3ad790-f679-4e5a-86e2-bfda91a1e893</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-03-08T00:53:04.5131838+00:00</d2p1:StartDate>
<d2p1:UserGroupId>02ea159d-8096-475e-bef0-73b8c5085cc6</d2p1:UserGroupId>
<d2p1:UserGroupIdentifier>sample string 18</d2p1:UserGroupIdentifier>
<d2p1:UserGroupName>sample string 15</d2p1:UserGroupName>
<d2p1:UserGroupType>16</d2p1:UserGroupType>
<d2p1:UserGroupTypeName>sample string 17</d2p1:UserGroupTypeName>
<d2p1:UserIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>a5055782-0c27-4a32-b8a4-ba01f527a0ab</d4p1:guid>
<d4p1:guid>812dd690-d003-45f5-85c8-e9c1b233e374</d4p1:guid>
</d2p1:UserIds>
</d2p1:GetLicenseDtoResponse>
</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>
</ApiCollectionResponseOfArrayOfGetLicenseDtoResponseOtYNZsIP>