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": "128e0b27-8038-434e-aab5-b75f3559c290",
"Id": "aa70126f-22d4-4855-abf4-71e949149c46",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "2d3d29f8-00a2-4273-9a1f-f3e259abfbd2",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2026-03-02T03:59:21.8579065+00:00",
"ModifiedAt": "2026-03-02T03:59:21.8579065+00:00",
"StartDate": "2026-03-02T03:59:21.8579065+00:00",
"EndDate": "2026-03-02T03:59:21.8579065+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": [
"d2b5a2ca-3efd-4547-92d8-7ca2ac59fedf",
"a806b92c-fa3d-4e33-a2d3-6b00d0b3f385"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"78eaa36d-6b5e-4e35-9dd0-c2c5488222e9",
"1f9d998e-785b-4b95-94ea-6c741d1b011f"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"b08dfed6-ec7d-4d7a-9b22-3ab149abf06b",
"3fd9e580-fa67-4ffc-a9bb-a54b7effcf3a"
],
"UserGroupId": "a05b7056-ad81-41cd-834c-5131e7f04ac7",
"InstitutionsInMunicipality": [
"a18e2976-7075-40ab-a670-4ec35229ea12",
"4cc8803c-c38c-4a79-bafe-a442f19038be"
],
"AgreementStartDate": "2026-03-02T03:59:21.8579065+00:00",
"AgreementEndDate": "2026-03-02T03:59:21.8579065+00:00",
"SeatUserGroupIds": [
"d222337e-18f8-4361-a752-2aa09b7233df",
"c37d679c-f597-4b3f-bf40-f975415ebc88"
],
"LicenseCategoryTypeId": 1,
"LicenseCategoryTypeName": "sample string 20"
},
{
"AccountId": "128e0b27-8038-434e-aab5-b75f3559c290",
"Id": "aa70126f-22d4-4855-abf4-71e949149c46",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "2d3d29f8-00a2-4273-9a1f-f3e259abfbd2",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2026-03-02T03:59:21.8579065+00:00",
"ModifiedAt": "2026-03-02T03:59:21.8579065+00:00",
"StartDate": "2026-03-02T03:59:21.8579065+00:00",
"EndDate": "2026-03-02T03:59:21.8579065+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": [
"d2b5a2ca-3efd-4547-92d8-7ca2ac59fedf",
"a806b92c-fa3d-4e33-a2d3-6b00d0b3f385"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"78eaa36d-6b5e-4e35-9dd0-c2c5488222e9",
"1f9d998e-785b-4b95-94ea-6c741d1b011f"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"b08dfed6-ec7d-4d7a-9b22-3ab149abf06b",
"3fd9e580-fa67-4ffc-a9bb-a54b7effcf3a"
],
"UserGroupId": "a05b7056-ad81-41cd-834c-5131e7f04ac7",
"InstitutionsInMunicipality": [
"a18e2976-7075-40ab-a670-4ec35229ea12",
"4cc8803c-c38c-4a79-bafe-a442f19038be"
],
"AgreementStartDate": "2026-03-02T03:59:21.8579065+00:00",
"AgreementEndDate": "2026-03-02T03:59:21.8579065+00:00",
"SeatUserGroupIds": [
"d222337e-18f8-4361-a752-2aa09b7233df",
"c37d679c-f597-4b3f-bf40-f975415ebc88"
],
"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>128e0b27-8038-434e-aab5-b75f3559c290</d2p1:AccountId>
<d2p1:AgreementEndDate>2026-03-02T03:59:21.8579065+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2026-03-02T03:59:21.8579065+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>78eaa36d-6b5e-4e35-9dd0-c2c5488222e9</d4p1:guid>
<d4p1:guid>1f9d998e-785b-4b95-94ea-6c741d1b011f</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>2d3d29f8-00a2-4273-9a1f-f3e259abfbd2</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2026-03-02T03:59:21.8579065+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2026-03-02T03:59:21.8579065+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>aa70126f-22d4-4855-abf4-71e949149c46</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>a18e2976-7075-40ab-a670-4ec35229ea12</d4p1:guid>
<d4p1:guid>4cc8803c-c38c-4a79-bafe-a442f19038be</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-02T03:59:21.8579065+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>b08dfed6-ec7d-4d7a-9b22-3ab149abf06b</d4p1:guid>
<d4p1:guid>3fd9e580-fa67-4ffc-a9bb-a54b7effcf3a</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>d222337e-18f8-4361-a752-2aa09b7233df</d4p1:guid>
<d4p1:guid>c37d679c-f597-4b3f-bf40-f975415ebc88</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-03-02T03:59:21.8579065+00:00</d2p1:StartDate>
<d2p1:UserGroupId>a05b7056-ad81-41cd-834c-5131e7f04ac7</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>d2b5a2ca-3efd-4547-92d8-7ca2ac59fedf</d4p1:guid>
<d4p1:guid>a806b92c-fa3d-4e33-a2d3-6b00d0b3f385</d4p1:guid>
</d2p1:UserIds>
</d2p1:GetLicenseDtoResponse>
<d2p1:GetLicenseDtoResponse>
<d2p1:AccessType>4</d2p1:AccessType>
<d2p1:AccessTypeName>sample string 5</d2p1:AccessTypeName>
<d2p1:AccountId>128e0b27-8038-434e-aab5-b75f3559c290</d2p1:AccountId>
<d2p1:AgreementEndDate>2026-03-02T03:59:21.8579065+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2026-03-02T03:59:21.8579065+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>78eaa36d-6b5e-4e35-9dd0-c2c5488222e9</d4p1:guid>
<d4p1:guid>1f9d998e-785b-4b95-94ea-6c741d1b011f</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>2d3d29f8-00a2-4273-9a1f-f3e259abfbd2</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2026-03-02T03:59:21.8579065+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2026-03-02T03:59:21.8579065+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>aa70126f-22d4-4855-abf4-71e949149c46</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>a18e2976-7075-40ab-a670-4ec35229ea12</d4p1:guid>
<d4p1:guid>4cc8803c-c38c-4a79-bafe-a442f19038be</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-02T03:59:21.8579065+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>b08dfed6-ec7d-4d7a-9b22-3ab149abf06b</d4p1:guid>
<d4p1:guid>3fd9e580-fa67-4ffc-a9bb-a54b7effcf3a</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>d222337e-18f8-4361-a752-2aa09b7233df</d4p1:guid>
<d4p1:guid>c37d679c-f597-4b3f-bf40-f975415ebc88</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-03-02T03:59:21.8579065+00:00</d2p1:StartDate>
<d2p1:UserGroupId>a05b7056-ad81-41cd-834c-5131e7f04ac7</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>d2b5a2ca-3efd-4547-92d8-7ca2ac59fedf</d4p1:guid>
<d4p1:guid>a806b92c-fa3d-4e33-a2d3-6b00d0b3f385</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>