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": "785b93c1-b988-4da5-8998-698c60531710",
"Id": "e531773c-2ece-4dc8-b19d-dd1ba824ec1d",
"Name": "sample string 3",
"AccessType": 4,
"AccessTypeName": "sample string 5",
"CategoryId": "95b23989-ed0f-4a9f-92fd-0df854e2d850",
"LicenseType": 6,
"LicenseTypeName": "sample string 7",
"CreatedAt": "2026-03-02T03:56:45.4956183+00:00",
"ModifiedAt": "2026-03-02T03:56:45.4956183+00:00",
"StartDate": "2026-03-02T03:56:45.4956183+00:00",
"EndDate": "2026-03-02T03:56:45.4956183+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": [
"a9b0e526-b2ef-4d2a-bf05-7421802807c7",
"1bfeaf18-1be8-44da-a96e-cf4f1ce9d43c"
],
"ProductIsbns": [
"sample string 1",
"sample string 2"
],
"AllowableUserRoleIds": [
"dc910f82-897c-4ab8-b2cb-d82f7450c99c",
"15d21b11-668c-4df4-be42-a1c17d70280e"
],
"AllowableUserRoleNames": [
"sample string 1",
"sample string 2"
],
"PrivilegedUserRoleIds": [
"2e5c1d87-b651-441e-a8a6-a28992f166d6",
"886f5641-db89-46cb-8cdb-4c1eea2ba31f"
],
"UserGroupId": "5e02b50c-4dd2-4b78-b19b-79d853b98aa8",
"InstitutionsInMunicipality": [
"c1e8bcb3-bc13-461f-8402-a7b48d2c5503",
"2a6e942a-5cd7-4f42-9079-7a35c3ecfcac"
],
"AgreementStartDate": "2026-03-02T03:56:45.4956183+00:00",
"AgreementEndDate": "2026-03-02T03:56:45.4956183+00:00",
"SeatUserGroupIds": [
"437bdaa6-e2ae-4eb7-8489-a00af970a962",
"241d766e-6e1c-42ef-8cbf-ddbb56801ee6"
],
"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>785b93c1-b988-4da5-8998-698c60531710</d2p1:AccountId>
<d2p1:AgreementEndDate>2026-03-02T03:56:45.4956183+00:00</d2p1:AgreementEndDate>
<d2p1:AgreementStartDate>2026-03-02T03:56:45.4956183+00:00</d2p1:AgreementStartDate>
<d2p1:AllowableUserRoleIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>dc910f82-897c-4ab8-b2cb-d82f7450c99c</d3p1:guid>
<d3p1:guid>15d21b11-668c-4df4-be42-a1c17d70280e</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>95b23989-ed0f-4a9f-92fd-0df854e2d850</d2p1:CategoryId>
<d2p1:CategoryName>sample string 12</d2p1:CategoryName>
<d2p1:CreatedAt>2026-03-02T03:56:45.4956183+00:00</d2p1:CreatedAt>
<d2p1:EndDate>2026-03-02T03:56:45.4956183+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 14</d2p1:Grade>
<d2p1:Id>e531773c-2ece-4dc8-b19d-dd1ba824ec1d</d2p1:Id>
<d2p1:InstitutionsInMunicipality xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>c1e8bcb3-bc13-461f-8402-a7b48d2c5503</d3p1:guid>
<d3p1:guid>2a6e942a-5cd7-4f42-9079-7a35c3ecfcac</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-02T03:56:45.4956183+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>2e5c1d87-b651-441e-a8a6-a28992f166d6</d3p1:guid>
<d3p1:guid>886f5641-db89-46cb-8cdb-4c1eea2ba31f</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>437bdaa6-e2ae-4eb7-8489-a00af970a962</d3p1:guid>
<d3p1:guid>241d766e-6e1c-42ef-8cbf-ddbb56801ee6</d3p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-03-02T03:56:45.4956183+00:00</d2p1:StartDate>
<d2p1:UserGroupId>5e02b50c-4dd2-4b78-b19b-79d853b98aa8</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>a9b0e526-b2ef-4d2a-bf05-7421802807c7</d3p1:guid>
<d3p1:guid>1bfeaf18-1be8-44da-a96e-cf4f1ce9d43c</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>