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": "bea637db-9fc3-4668-af2c-d01d7e62246c",
"Id": "dc90eae1-dd54-4765-9ef1-958908b7d34f",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "7e1025cd-85e3-472c-920e-b26da4f66bea",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2026-06-26T18:35:17.3223967+00:00",
"ModifiedAt": "2026-06-26T18:35:17.3223967+00:00",
"StartDate": "2026-06-26T18:35:17.3223967+00:00",
"EndDate": "2026-06-26T18:35:17.3223967+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": [
"0b2c49cb-0601-461d-a46b-3b04ecccc1ea",
"0fd5537b-af8d-41b7-b58f-b9128f9f35ff"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"82ab64b8-c21f-4b6e-bd7f-47febb71f489",
"07f4a28f-8c7f-46f1-91d6-df956c947d4a"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"f0ee25f3-f09c-44f1-819e-2e7be1f192a9",
"cfa59aa3-905a-4575-a8ec-355a4b15be5e"
],
"UserGroupId": "8264ad39-c20c-478d-9681-3e71a5877e23",
"InstitutionsInMunicipality": [
"64b9caa0-ca52-4c56-b889-69378647ad30",
"3e364f1f-c42d-4a19-84d3-04e8db07e00d"
],
"AgreementStartDate": "2026-06-26T18:35:17.3223967+00:00",
"AgreementEndDate": "2026-06-26T18:35:17.3223967+00:00",
"SeatUserGroupIds": [
"8787bf29-81ea-4f37-8ee7-dca044e0e922",
"de61d04e-dbff-49ca-8ceb-83d73050fd0f"
],
"LicenseCategoryTypeId": 1,
"LicenseCategoryTypeName": "sample string 20"
},
{
"AccountId": "bea637db-9fc3-4668-af2c-d01d7e62246c",
"Id": "dc90eae1-dd54-4765-9ef1-958908b7d34f",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "7e1025cd-85e3-472c-920e-b26da4f66bea",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2026-06-26T18:35:17.3223967+00:00",
"ModifiedAt": "2026-06-26T18:35:17.3223967+00:00",
"StartDate": "2026-06-26T18:35:17.3223967+00:00",
"EndDate": "2026-06-26T18:35:17.3223967+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": [
"0b2c49cb-0601-461d-a46b-3b04ecccc1ea",
"0fd5537b-af8d-41b7-b58f-b9128f9f35ff"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"82ab64b8-c21f-4b6e-bd7f-47febb71f489",
"07f4a28f-8c7f-46f1-91d6-df956c947d4a"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"f0ee25f3-f09c-44f1-819e-2e7be1f192a9",
"cfa59aa3-905a-4575-a8ec-355a4b15be5e"
],
"UserGroupId": "8264ad39-c20c-478d-9681-3e71a5877e23",
"InstitutionsInMunicipality": [
"64b9caa0-ca52-4c56-b889-69378647ad30",
"3e364f1f-c42d-4a19-84d3-04e8db07e00d"
],
"AgreementStartDate": "2026-06-26T18:35:17.3223967+00:00",
"AgreementEndDate": "2026-06-26T18:35:17.3223967+00:00",
"SeatUserGroupIds": [
"8787bf29-81ea-4f37-8ee7-dca044e0e922",
"de61d04e-dbff-49ca-8ceb-83d73050fd0f"
],
"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>bea637db-9fc3-4668-af2c-d01d7e62246c</d2p1:AccountId>
<d2p1:AgreementEndDate>2026-06-26T18:35:17.3223967+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2026-06-26T18:35:17.3223967+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>82ab64b8-c21f-4b6e-bd7f-47febb71f489</d4p1:guid>
<d4p1:guid>07f4a28f-8c7f-46f1-91d6-df956c947d4a</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>7e1025cd-85e3-472c-920e-b26da4f66bea</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2026-06-26T18:35:17.3223967+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2026-06-26T18:35:17.3223967+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>dc90eae1-dd54-4765-9ef1-958908b7d34f</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>64b9caa0-ca52-4c56-b889-69378647ad30</d4p1:guid>
<d4p1:guid>3e364f1f-c42d-4a19-84d3-04e8db07e00d</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-26T18:35:17.3223967+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>f0ee25f3-f09c-44f1-819e-2e7be1f192a9</d4p1:guid>
<d4p1:guid>cfa59aa3-905a-4575-a8ec-355a4b15be5e</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>8787bf29-81ea-4f37-8ee7-dca044e0e922</d4p1:guid>
<d4p1:guid>de61d04e-dbff-49ca-8ceb-83d73050fd0f</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-06-26T18:35:17.3223967+00:00</d2p1:StartDate>
<d2p1:UserGroupId>8264ad39-c20c-478d-9681-3e71a5877e23</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>0b2c49cb-0601-461d-a46b-3b04ecccc1ea</d4p1:guid>
<d4p1:guid>0fd5537b-af8d-41b7-b58f-b9128f9f35ff</d4p1:guid>
</d2p1:UserIds>
</d2p1:GetLicenseDtoResponse>
<d2p1:GetLicenseDtoResponse>
<d2p1:AccessType>4</d2p1:AccessType>
<d2p1:AccessTypeName>sample string 5</d2p1:AccessTypeName>
<d2p1:AccountId>bea637db-9fc3-4668-af2c-d01d7e62246c</d2p1:AccountId>
<d2p1:AgreementEndDate>2026-06-26T18:35:17.3223967+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2026-06-26T18:35:17.3223967+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>82ab64b8-c21f-4b6e-bd7f-47febb71f489</d4p1:guid>
<d4p1:guid>07f4a28f-8c7f-46f1-91d6-df956c947d4a</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>7e1025cd-85e3-472c-920e-b26da4f66bea</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2026-06-26T18:35:17.3223967+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2026-06-26T18:35:17.3223967+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>dc90eae1-dd54-4765-9ef1-958908b7d34f</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>64b9caa0-ca52-4c56-b889-69378647ad30</d4p1:guid>
<d4p1:guid>3e364f1f-c42d-4a19-84d3-04e8db07e00d</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-26T18:35:17.3223967+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>f0ee25f3-f09c-44f1-819e-2e7be1f192a9</d4p1:guid>
<d4p1:guid>cfa59aa3-905a-4575-a8ec-355a4b15be5e</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>8787bf29-81ea-4f37-8ee7-dca044e0e922</d4p1:guid>
<d4p1:guid>de61d04e-dbff-49ca-8ceb-83d73050fd0f</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-06-26T18:35:17.3223967+00:00</d2p1:StartDate>
<d2p1:UserGroupId>8264ad39-c20c-478d-9681-3e71a5877e23</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>0b2c49cb-0601-461d-a46b-3b04ecccc1ea</d4p1:guid>
<d4p1:guid>0fd5537b-af8d-41b7-b58f-b9128f9f35ff</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>