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": "0bf92186-9009-4de5-992b-4083227bbb2c",
"Id": "af2aadb2-d98a-4d1f-9ef2-4c639abaf15b",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "f11b4ede-ccaa-4485-839e-c359405b5360",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2026-06-25T20:00:31.6396453+00:00",
"ModifiedAt": "2026-06-25T20:00:31.6396453+00:00",
"StartDate": "2026-06-25T20:00:31.6396453+00:00",
"EndDate": "2026-06-25T20:00:31.6396453+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": [
"bff02570-1db9-4081-8aa2-45b229e5afec",
"ad277e9e-2904-4ffb-b281-7277dbd0ba47"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"e22247ad-607d-449b-9d72-5cb211ab81fc",
"64b6c756-158d-40cd-b862-193ee218a267"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"100be7db-8999-4d5a-ae4a-cb2b727dc819",
"9ae28e3f-4280-49b9-a2ab-9db51e689725"
],
"UserGroupId": "f4da456e-50c5-4a55-bf1e-b31683ce2f81",
"InstitutionsInMunicipality": [
"3399dd72-73b6-4f9d-a767-12485a146e80",
"988214f7-6efd-4cbd-8802-5c048d56c0f4"
],
"AgreementStartDate": "2026-06-25T20:00:31.6396453+00:00",
"AgreementEndDate": "2026-06-25T20:00:31.6396453+00:00",
"SeatUserGroupIds": [
"5a942a8e-0b19-41c5-9ae6-a10b9f31742f",
"53749e52-21de-404f-9b50-2d1ecbf418c8"
],
"LicenseCategoryTypeId": 1,
"LicenseCategoryTypeName": "sample string 20"
},
{
"AccountId": "0bf92186-9009-4de5-992b-4083227bbb2c",
"Id": "af2aadb2-d98a-4d1f-9ef2-4c639abaf15b",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "f11b4ede-ccaa-4485-839e-c359405b5360",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2026-06-25T20:00:31.6396453+00:00",
"ModifiedAt": "2026-06-25T20:00:31.6396453+00:00",
"StartDate": "2026-06-25T20:00:31.6396453+00:00",
"EndDate": "2026-06-25T20:00:31.6396453+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": [
"bff02570-1db9-4081-8aa2-45b229e5afec",
"ad277e9e-2904-4ffb-b281-7277dbd0ba47"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"e22247ad-607d-449b-9d72-5cb211ab81fc",
"64b6c756-158d-40cd-b862-193ee218a267"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"100be7db-8999-4d5a-ae4a-cb2b727dc819",
"9ae28e3f-4280-49b9-a2ab-9db51e689725"
],
"UserGroupId": "f4da456e-50c5-4a55-bf1e-b31683ce2f81",
"InstitutionsInMunicipality": [
"3399dd72-73b6-4f9d-a767-12485a146e80",
"988214f7-6efd-4cbd-8802-5c048d56c0f4"
],
"AgreementStartDate": "2026-06-25T20:00:31.6396453+00:00",
"AgreementEndDate": "2026-06-25T20:00:31.6396453+00:00",
"SeatUserGroupIds": [
"5a942a8e-0b19-41c5-9ae6-a10b9f31742f",
"53749e52-21de-404f-9b50-2d1ecbf418c8"
],
"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>0bf92186-9009-4de5-992b-4083227bbb2c</d2p1:AccountId>
<d2p1:AgreementEndDate>2026-06-25T20:00:31.6396453+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2026-06-25T20:00:31.6396453+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>e22247ad-607d-449b-9d72-5cb211ab81fc</d4p1:guid>
<d4p1:guid>64b6c756-158d-40cd-b862-193ee218a267</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>f11b4ede-ccaa-4485-839e-c359405b5360</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2026-06-25T20:00:31.6396453+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2026-06-25T20:00:31.6396453+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>af2aadb2-d98a-4d1f-9ef2-4c639abaf15b</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>3399dd72-73b6-4f9d-a767-12485a146e80</d4p1:guid>
<d4p1:guid>988214f7-6efd-4cbd-8802-5c048d56c0f4</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-06-25T20:00:31.6396453+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>100be7db-8999-4d5a-ae4a-cb2b727dc819</d4p1:guid>
<d4p1:guid>9ae28e3f-4280-49b9-a2ab-9db51e689725</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>5a942a8e-0b19-41c5-9ae6-a10b9f31742f</d4p1:guid>
<d4p1:guid>53749e52-21de-404f-9b50-2d1ecbf418c8</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-06-25T20:00:31.6396453+00:00</d2p1:StartDate>
<d2p1:UserGroupId>f4da456e-50c5-4a55-bf1e-b31683ce2f81</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>bff02570-1db9-4081-8aa2-45b229e5afec</d4p1:guid>
<d4p1:guid>ad277e9e-2904-4ffb-b281-7277dbd0ba47</d4p1:guid>
</d2p1:UserIds>
</d2p1:GetLicenseDtoResponse>
<d2p1:GetLicenseDtoResponse>
<d2p1:AccessType>4</d2p1:AccessType>
<d2p1:AccessTypeName>sample string 5</d2p1:AccessTypeName>
<d2p1:AccountId>0bf92186-9009-4de5-992b-4083227bbb2c</d2p1:AccountId>
<d2p1:AgreementEndDate>2026-06-25T20:00:31.6396453+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2026-06-25T20:00:31.6396453+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>e22247ad-607d-449b-9d72-5cb211ab81fc</d4p1:guid>
<d4p1:guid>64b6c756-158d-40cd-b862-193ee218a267</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>f11b4ede-ccaa-4485-839e-c359405b5360</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2026-06-25T20:00:31.6396453+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2026-06-25T20:00:31.6396453+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>af2aadb2-d98a-4d1f-9ef2-4c639abaf15b</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>3399dd72-73b6-4f9d-a767-12485a146e80</d4p1:guid>
<d4p1:guid>988214f7-6efd-4cbd-8802-5c048d56c0f4</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-06-25T20:00:31.6396453+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>100be7db-8999-4d5a-ae4a-cb2b727dc819</d4p1:guid>
<d4p1:guid>9ae28e3f-4280-49b9-a2ab-9db51e689725</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>5a942a8e-0b19-41c5-9ae6-a10b9f31742f</d4p1:guid>
<d4p1:guid>53749e52-21de-404f-9b50-2d1ecbf418c8</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-06-25T20:00:31.6396453+00:00</d2p1:StartDate>
<d2p1:UserGroupId>f4da456e-50c5-4a55-bf1e-b31683ce2f81</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>bff02570-1db9-4081-8aa2-45b229e5afec</d4p1:guid>
<d4p1:guid>ad277e9e-2904-4ffb-b281-7277dbd0ba47</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>