GET api/licenseDtoIndex/{id}
Returns specific LicenseDto based on id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Unique product identifier |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Product
ApiResponseOfLicenseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | LicenseDto |
None. |
|
| Errors | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"AccountId": "59dc56e6-d823-41af-98f6-93e9afb87f95",
"Id": "ddf8098b-006a-4094-8c0c-40952a6c2c45",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "40de3f89-c912-473f-bf9e-93bb8efbcd1c",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2026-06-25T20:00:36.4989956+00:00",
"ModifiedAt": "2026-06-25T20:00:36.4989956+00:00",
"StartDate": "2026-06-25T20:00:36.4989956+00:00",
"EndDate": "2026-06-25T20:00:36.4989956+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": [
"b04757ae-0b30-4e59-9f85-d9634c9e31b5",
"7dc1b1d9-4268-4e76-a86c-9dfa638211a0"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"89eeaef8-b802-4807-8145-1eef635da359",
"baf12a73-277d-4e40-8a92-5f96ee9bfdea"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"722aadec-7d6c-417e-9969-8c999ae511b1",
"ffd9e8d4-2205-4a54-9c58-72a618c31fb0"
],
"UserGroupId": "6ae9b03b-6c6a-440d-b42f-6fd64e732b76",
"InstitutionsInMunicipality": [
"585eb159-c080-4d66-89df-d181721d42a1",
"d63c70ef-15e0-4c41-8b50-3a1b07eae88c"
],
"AgreementStartDate": "2026-06-25T20:00:36.4989956+00:00",
"AgreementEndDate": "2026-06-25T20:00:36.4989956+00:00",
"SeatUserGroupIds": [
"e49edd98-6644-4b87-b448-e6897d548498",
"5fce62cc-163c-49ec-9306-bb4a2b5f7567"
],
"LicenseCategoryTypeId": 1,
"LicenseCategoryTypeName": "sample string 20"
},
"Errors": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<ApiResponseOfLicenseDtoHjQ3y_Sz1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Alinea.Common.Models.Dtos">
<d2p1:AccessType>4</d2p1:AccessType>
<d2p1:AccessTypeName>sample string 5</d2p1:AccessTypeName>
<d2p1:AccountId>59dc56e6-d823-41af-98f6-93e9afb87f95</d2p1:AccountId>
<d2p1:AgreementEndDate>2026-06-25T20:00:36.4989956+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2026-06-25T20:00:36.4989956+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>89eeaef8-b802-4807-8145-1eef635da359</d3p1:guid>
<d3p1:guid>baf12a73-277d-4e40-8a92-5f96ee9bfdea</d3p1:guid>
</d2p1:AllowableUserRoleIds>
<d2p1:AllowableUserRoleNames xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</d2p1:AllowableUserRoleNames>
<d2p1:AvailableSeats>9</d2p1:AvailableSeats>
<d2p1:Buffer>13</d2p1:Buffer>
<d2p1:CategoryId>40de3f89-c912-473f-bf9e-93bb8efbcd1c</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2026-06-25T20:00:36.4989956+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2026-06-25T20:00:36.4989956+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>ddf8098b-006a-4094-8c0c-40952a6c2c45</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>585eb159-c080-4d66-89df-d181721d42a1</d3p1:guid>
<d3p1:guid>d63c70ef-15e0-4c41-8b50-3a1b07eae88c</d3p1: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:36.4989956+00:00</d2p1:ModifiedAt>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:PrivilegedUserRoleIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>722aadec-7d6c-417e-9969-8c999ae511b1</d3p1:guid>
<d3p1:guid>ffd9e8d4-2205-4a54-9c58-72a618c31fb0</d3p1:guid>
</d2p1:PrivilegedUserRoleIds>
<d2p1:ProductIsbns xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</d2p1:ProductIsbns>
<d2p1:SeatUserGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>e49edd98-6644-4b87-b448-e6897d548498</d3p1:guid>
<d3p1:guid>5fce62cc-163c-49ec-9306-bb4a2b5f7567</d3p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-06-25T20:00:36.4989956+00:00</d2p1:StartDate>
<d2p1:UserGroupId>6ae9b03b-6c6a-440d-b42f-6fd64e732b76</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:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b04757ae-0b30-4e59-9f85-d9634c9e31b5</d3p1:guid>
<d3p1:guid>7dc1b1d9-4268-4e76-a86c-9dfa638211a0</d3p1:guid>
</d2p1:UserIds>
</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>
</ApiResponseOfLicenseDtoHjQ3y_Sz1>