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": "a9ec4a72-550e-4dbc-9eb6-198371546992",
"Id": "8554f7be-ad70-48f7-8ac6-6596a8b46071",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "bcf0e470-1f90-49e0-97f6-e1d381bb4901",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2026-03-08T00:51:47.5238314+00:00",
"ModifiedAt": "2026-03-08T00:51:47.5238314+00:00",
"StartDate": "2026-03-08T00:51:47.5238314+00:00",
"EndDate": "2026-03-08T00:51:47.5238314+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": [
"65474bf0-8c4a-4c0d-980d-83d117ccd477",
"751e2f31-ad05-416d-ba61-c649499070e2"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"b7276baf-004a-4d51-ac5b-266941b34255",
"de3c295a-51ec-4cbb-88f5-b205f68fda82"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"bac02273-a271-4e28-9b2b-edc034632f86",
"1059bdf6-9cb5-4503-800c-93180ed52a76"
],
"UserGroupId": "16e02738-872b-4d40-8eb4-529566256020",
"InstitutionsInMunicipality": [
"706e15b8-3cae-4552-ab75-f9d2ae2e4c3f",
"761768e3-79c1-4a47-b731-e20be1dc69a5"
],
"AgreementStartDate": "2026-03-08T00:51:47.5238314+00:00",
"AgreementEndDate": "2026-03-08T00:51:47.5238314+00:00",
"SeatUserGroupIds": [
"867f0148-5bbf-4174-8737-1524f71342ac",
"19edcadb-33aa-4a79-9d01-efeba4c637fe"
],
"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>a9ec4a72-550e-4dbc-9eb6-198371546992</d2p1:AccountId>
<d2p1:AgreementEndDate>2026-03-08T00:51:47.5238314+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2026-03-08T00:51:47.5238314+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b7276baf-004a-4d51-ac5b-266941b34255</d3p1:guid>
<d3p1:guid>de3c295a-51ec-4cbb-88f5-b205f68fda82</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>bcf0e470-1f90-49e0-97f6-e1d381bb4901</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2026-03-08T00:51:47.5238314+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2026-03-08T00:51:47.5238314+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>8554f7be-ad70-48f7-8ac6-6596a8b46071</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>706e15b8-3cae-4552-ab75-f9d2ae2e4c3f</d3p1:guid>
<d3p1:guid>761768e3-79c1-4a47-b731-e20be1dc69a5</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-03-08T00:51:47.5238314+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>bac02273-a271-4e28-9b2b-edc034632f86</d3p1:guid>
<d3p1:guid>1059bdf6-9cb5-4503-800c-93180ed52a76</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>867f0148-5bbf-4174-8737-1524f71342ac</d3p1:guid>
<d3p1:guid>19edcadb-33aa-4a79-9d01-efeba4c637fe</d3p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-03-08T00:51:47.5238314+00:00</d2p1:StartDate>
<d2p1:UserGroupId>16e02738-872b-4d40-8eb4-529566256020</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>65474bf0-8c4a-4c0d-980d-83d117ccd477</d3p1:guid>
<d3p1:guid>751e2f31-ad05-416d-ba61-c649499070e2</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>