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": "ed26bb4c-ae6a-46e7-ac1d-c458923d9c06",
"Id": "264e978b-cfa4-42ff-9cd6-966e001aedc7",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "535e38c0-c986-4e95-992d-60eb892c8a99",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2025-12-25T15:50:10.1152335+00:00",
"ModifiedAt": "2025-12-25T15:50:10.1152335+00:00",
"StartDate": "2025-12-25T15:50:10.1152335+00:00",
"EndDate": "2025-12-25T15:50:10.1152335+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": [
"e9100d4f-30c0-453f-ae63-506bed84ed84",
"f5d2a71e-0e4d-4c2b-9cd2-2960ebd93c55"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"1a345cc3-68bc-4180-955b-37f828550926",
"4d060301-3170-4706-981b-245c1ec9ac4d"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"ec4a7284-c0c7-477d-b99c-8d5c9d58d9e0",
"b12b6917-1968-452a-a5a9-a4d0fff9c23e"
],
"UserGroupId": "d6b439a2-2a7e-4b6e-a035-40ad53fd42ac",
"InstitutionsInMunicipality": [
"ff3ed7c0-c753-4543-b231-b6a26eef21f6",
"6376383d-12ac-4e84-b659-f8de932a4156"
],
"AgreementStartDate": "2025-12-25T15:50:10.1152335+00:00",
"AgreementEndDate": "2025-12-25T15:50:10.1152335+00:00",
"SeatUserGroupIds": [
"dfb3c7af-db09-439f-a99d-a1b0f6cfdb6d",
"8936ac20-c14a-4519-9e7d-8ffeb5a3ce3e"
],
"LicenseCategoryTypeId": 1,
"LicenseCategoryTypeName": "sample string 20"
},
{
"AccountId": "ed26bb4c-ae6a-46e7-ac1d-c458923d9c06",
"Id": "264e978b-cfa4-42ff-9cd6-966e001aedc7",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "535e38c0-c986-4e95-992d-60eb892c8a99",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2025-12-25T15:50:10.1152335+00:00",
"ModifiedAt": "2025-12-25T15:50:10.1152335+00:00",
"StartDate": "2025-12-25T15:50:10.1152335+00:00",
"EndDate": "2025-12-25T15:50:10.1152335+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": [
"e9100d4f-30c0-453f-ae63-506bed84ed84",
"f5d2a71e-0e4d-4c2b-9cd2-2960ebd93c55"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"1a345cc3-68bc-4180-955b-37f828550926",
"4d060301-3170-4706-981b-245c1ec9ac4d"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"ec4a7284-c0c7-477d-b99c-8d5c9d58d9e0",
"b12b6917-1968-452a-a5a9-a4d0fff9c23e"
],
"UserGroupId": "d6b439a2-2a7e-4b6e-a035-40ad53fd42ac",
"InstitutionsInMunicipality": [
"ff3ed7c0-c753-4543-b231-b6a26eef21f6",
"6376383d-12ac-4e84-b659-f8de932a4156"
],
"AgreementStartDate": "2025-12-25T15:50:10.1152335+00:00",
"AgreementEndDate": "2025-12-25T15:50:10.1152335+00:00",
"SeatUserGroupIds": [
"dfb3c7af-db09-439f-a99d-a1b0f6cfdb6d",
"8936ac20-c14a-4519-9e7d-8ffeb5a3ce3e"
],
"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>ed26bb4c-ae6a-46e7-ac1d-c458923d9c06</d2p1:AccountId>
<d2p1:AgreementEndDate>2025-12-25T15:50:10.1152335+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2025-12-25T15:50:10.1152335+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>1a345cc3-68bc-4180-955b-37f828550926</d4p1:guid>
<d4p1:guid>4d060301-3170-4706-981b-245c1ec9ac4d</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>535e38c0-c986-4e95-992d-60eb892c8a99</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2025-12-25T15:50:10.1152335+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2025-12-25T15:50:10.1152335+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>264e978b-cfa4-42ff-9cd6-966e001aedc7</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>ff3ed7c0-c753-4543-b231-b6a26eef21f6</d4p1:guid>
<d4p1:guid>6376383d-12ac-4e84-b659-f8de932a4156</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>2025-12-25T15:50:10.1152335+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>ec4a7284-c0c7-477d-b99c-8d5c9d58d9e0</d4p1:guid>
<d4p1:guid>b12b6917-1968-452a-a5a9-a4d0fff9c23e</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>dfb3c7af-db09-439f-a99d-a1b0f6cfdb6d</d4p1:guid>
<d4p1:guid>8936ac20-c14a-4519-9e7d-8ffeb5a3ce3e</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2025-12-25T15:50:10.1152335+00:00</d2p1:StartDate>
<d2p1:UserGroupId>d6b439a2-2a7e-4b6e-a035-40ad53fd42ac</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>e9100d4f-30c0-453f-ae63-506bed84ed84</d4p1:guid>
<d4p1:guid>f5d2a71e-0e4d-4c2b-9cd2-2960ebd93c55</d4p1:guid>
</d2p1:UserIds>
</d2p1:GetLicenseDtoResponse>
<d2p1:GetLicenseDtoResponse>
<d2p1:AccessType>4</d2p1:AccessType>
<d2p1:AccessTypeName>sample string 5</d2p1:AccessTypeName>
<d2p1:AccountId>ed26bb4c-ae6a-46e7-ac1d-c458923d9c06</d2p1:AccountId>
<d2p1:AgreementEndDate>2025-12-25T15:50:10.1152335+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2025-12-25T15:50:10.1152335+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>1a345cc3-68bc-4180-955b-37f828550926</d4p1:guid>
<d4p1:guid>4d060301-3170-4706-981b-245c1ec9ac4d</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>535e38c0-c986-4e95-992d-60eb892c8a99</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2025-12-25T15:50:10.1152335+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2025-12-25T15:50:10.1152335+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>264e978b-cfa4-42ff-9cd6-966e001aedc7</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>ff3ed7c0-c753-4543-b231-b6a26eef21f6</d4p1:guid>
<d4p1:guid>6376383d-12ac-4e84-b659-f8de932a4156</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>2025-12-25T15:50:10.1152335+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>ec4a7284-c0c7-477d-b99c-8d5c9d58d9e0</d4p1:guid>
<d4p1:guid>b12b6917-1968-452a-a5a9-a4d0fff9c23e</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>dfb3c7af-db09-439f-a99d-a1b0f6cfdb6d</d4p1:guid>
<d4p1:guid>8936ac20-c14a-4519-9e7d-8ffeb5a3ce3e</d4p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2025-12-25T15:50:10.1152335+00:00</d2p1:StartDate>
<d2p1:UserGroupId>d6b439a2-2a7e-4b6e-a035-40ad53fd42ac</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>e9100d4f-30c0-453f-ae63-506bed84ed84</d4p1:guid>
<d4p1:guid>f5d2a71e-0e4d-4c2b-9cd2-2960ebd93c55</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>