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": "d229db10-776d-4e1e-bf84-6698a4472cce",
"Id": "01b74ad6-394f-4e10-bfed-1cc6d3b9852b",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "0dca8833-df92-4db1-88c1-7b27cda3a75e",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2025-12-23T12:22:28.1521624+00:00",
"ModifiedAt": "2025-12-23T12:22:28.1521624+00:00",
"StartDate": "2025-12-23T12:22:28.1521624+00:00",
"EndDate": "2025-12-23T12:22:28.1521624+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": [
"29fe5819-3cdd-4cf6-b711-ac4d50104996",
"4ad13bcc-3a49-4a3a-9016-757b56188d2c"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"5887471e-0dfd-49f3-bc8f-c34e604ece59",
"5508533d-620a-4b15-9754-5ac5f20e40c0"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"063d1795-a08d-4ba3-a784-3a2142ef2998",
"38584ffc-7702-436e-8f21-e3506a4d201d"
],
"UserGroupId": "3444525f-2991-4830-b88b-fe8c1d1009e4",
"InstitutionsInMunicipality": [
"b225fd32-c74a-499c-9e73-e0bccc6f5f03",
"f145b86a-5c15-4e8c-94d2-da45e00acd97"
],
"AgreementStartDate": "2025-12-23T12:22:28.1521624+00:00",
"AgreementEndDate": "2025-12-23T12:22:28.1521624+00:00",
"SeatUserGroupIds": [
"cc3c39a9-6fa2-48e4-ab43-795c6098522f",
"c20dff1d-4ab6-46fb-9188-0a15903d19a3"
],
"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>d229db10-776d-4e1e-bf84-6698a4472cce</d2p1:AccountId>
<d2p1:AgreementEndDate>2025-12-23T12:22:28.1521624+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2025-12-23T12:22:28.1521624+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>5887471e-0dfd-49f3-bc8f-c34e604ece59</d3p1:guid>
<d3p1:guid>5508533d-620a-4b15-9754-5ac5f20e40c0</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>0dca8833-df92-4db1-88c1-7b27cda3a75e</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2025-12-23T12:22:28.1521624+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2025-12-23T12:22:28.1521624+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>01b74ad6-394f-4e10-bfed-1cc6d3b9852b</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b225fd32-c74a-499c-9e73-e0bccc6f5f03</d3p1:guid>
<d3p1:guid>f145b86a-5c15-4e8c-94d2-da45e00acd97</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-23T12:22:28.1521624+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>063d1795-a08d-4ba3-a784-3a2142ef2998</d3p1:guid>
<d3p1:guid>38584ffc-7702-436e-8f21-e3506a4d201d</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>cc3c39a9-6fa2-48e4-ab43-795c6098522f</d3p1:guid>
<d3p1:guid>c20dff1d-4ab6-46fb-9188-0a15903d19a3</d3p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2025-12-23T12:22:28.1521624+00:00</d2p1:StartDate>
<d2p1:UserGroupId>3444525f-2991-4830-b88b-fe8c1d1009e4</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>29fe5819-3cdd-4cf6-b711-ac4d50104996</d3p1:guid>
<d3p1:guid>4ad13bcc-3a49-4a3a-9016-757b56188d2c</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>