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": "f36e78ef-13a1-48de-8daa-04d03ce50ab2",
"Id": "149dcd6e-b2ba-4076-a5a9-8aaa86441d52",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "dbd994ca-38dd-4217-923f-a4a6dc3de3e7",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2025-12-25T15:53:02.4798619+00:00",
"ModifiedAt": "2025-12-25T15:53:02.4798619+00:00",
"StartDate": "2025-12-25T15:53:02.4798619+00:00",
"EndDate": "2025-12-25T15:53:02.4798619+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": [
"95ff9567-603c-4b2e-9623-af1e170f3f9d",
"934e13c2-c286-4a09-8401-ab2525365578"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"2a6117e4-fad9-4a7c-80a0-a63fe1229637",
"40d2bc5b-3797-487a-9040-a2292f51eb97"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"f4ba6402-211a-474b-aa34-3a7c974ccd5a",
"67585f87-0ae7-495a-9618-9cb01b88ba46"
],
"UserGroupId": "34e600c1-f73c-4413-ac30-e98b82e2f1a9",
"InstitutionsInMunicipality": [
"d32ac489-71dc-4d11-9e1e-860fa49da052",
"104ebd55-9832-47b1-aeb5-eafe01f030fd"
],
"AgreementStartDate": "2025-12-25T15:53:02.4798619+00:00",
"AgreementEndDate": "2025-12-25T15:53:02.4798619+00:00",
"SeatUserGroupIds": [
"db72d1fa-1e5e-499b-8f82-27b4c25865b1",
"5e0780f7-7bce-4641-931f-4aa7b8f5c8c3"
],
"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>f36e78ef-13a1-48de-8daa-04d03ce50ab2</d2p1:AccountId>
<d2p1:AgreementEndDate>2025-12-25T15:53:02.4798619+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2025-12-25T15:53:02.4798619+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>2a6117e4-fad9-4a7c-80a0-a63fe1229637</d3p1:guid>
<d3p1:guid>40d2bc5b-3797-487a-9040-a2292f51eb97</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>dbd994ca-38dd-4217-923f-a4a6dc3de3e7</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2025-12-25T15:53:02.4798619+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2025-12-25T15:53:02.4798619+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>149dcd6e-b2ba-4076-a5a9-8aaa86441d52</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>d32ac489-71dc-4d11-9e1e-860fa49da052</d3p1:guid>
<d3p1:guid>104ebd55-9832-47b1-aeb5-eafe01f030fd</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>2025-12-25T15:53:02.4798619+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>f4ba6402-211a-474b-aa34-3a7c974ccd5a</d3p1:guid>
<d3p1:guid>67585f87-0ae7-495a-9618-9cb01b88ba46</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>db72d1fa-1e5e-499b-8f82-27b4c25865b1</d3p1:guid>
<d3p1:guid>5e0780f7-7bce-4641-931f-4aa7b8f5c8c3</d3p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2025-12-25T15:53:02.4798619+00:00</d2p1:StartDate>
<d2p1:UserGroupId>34e600c1-f73c-4413-ac30-e98b82e2f1a9</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>95ff9567-603c-4b2e-9623-af1e170f3f9d</d3p1:guid>
<d3p1:guid>934e13c2-c286-4a09-8401-ab2525365578</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>