GET api/licenses/{id}
Returns specific license based on accountId and licenseId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
unique identifier of License |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfGetLicenseResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Errors | Collection of string |
None. |
|
| Data | GetLicenseResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Errors": [
"sample string 1",
"sample string 2"
],
"Data": {
"Id": "e10e7e71-ea01-45f7-9c2a-3dd3622cd21f",
"LicenseName": "sample string 2",
"ContactEmail": "sample string 3",
"ContactPersonName": "sample string 4",
"ContactPhone": "sample string 5",
"UserGroup": {
"Id": "2c2e4489-d478-4c2d-a31a-66bd6a9c5373",
"Name": "sample string 2",
"UserGroupType": 0,
"InstitutionNumber": "sample string 3",
"CommuneNumber": "sample string 4",
"ZipCode": "sample string 5",
"City": "sample string 6",
"Email": "sample string 7",
"HasWs17Agreement": true,
"LastSynchonized": "2026-06-25T19:59:52.9022414+00:00"
},
"Owner": {
"Id": "b69faae8-06d6-4b29-9cb5-c5f20742deca",
"Name": "sample string 2",
"Uvmid": "sample string 3",
"UserGroupId": "12786163-240f-4ee1-bef5-c2d91cdb7ce5",
"Type": 5,
"TypeName": "sample string 6"
},
"ProductGroup": {
"Id": "d1fd526a-c5e4-4d6b-b981-a06b297d2c0e",
"Name": "sample string 2",
"ProductGroupType": 0,
"Products": [
{
"ProductId": "0d82674a-9e01-425a-b939-7672c869d45a",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "64c57a4a-0e28-4fe0-81e4-0c4ec490b109",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "368e1482-457e-499c-8b7a-74857b44f40d",
"Key": "sample string 1"
},
"Topic": {
"Id": "84ac2aec-dd89-4ff0-a9e7-51ac91b8803f",
"Key": "sample string 1"
},
"Target": {
"Id": "cda41051-ebff-4eea-bee0-3effbd32ac60",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
},
{
"ProductId": "0d82674a-9e01-425a-b939-7672c869d45a",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "64c57a4a-0e28-4fe0-81e4-0c4ec490b109",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "368e1482-457e-499c-8b7a-74857b44f40d",
"Key": "sample string 1"
},
"Topic": {
"Id": "84ac2aec-dd89-4ff0-a9e7-51ac91b8803f",
"Key": "sample string 1"
},
"Target": {
"Id": "cda41051-ebff-4eea-bee0-3effbd32ac60",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
}
]
},
"Category": {
"Id": "dee21143-f9bd-4142-ab4f-aaaae93be363",
"Name": "sample string 2",
"IsDefault": true,
"LicenseCategoryType": 4
},
"StartDate": "2026-06-25T19:59:52.9022414+00:00",
"EndDate": "2026-06-25T19:59:52.9022414+00:00",
"LicenseType": {
"Key": 1,
"Value": "sample string 2"
},
"AccessType": {
"Key": 1,
"Value": "sample string 2"
},
"Grade": "sample string 6",
"UserRoles": [
"52b89cad-5d09-49c4-b2bc-709248972e4e",
"bee22240-c1c8-4253-a35e-992f7b5ffedb"
],
"IsPaused": true,
"SeatUserGroupIds": [
"fbffdf1b-3ffc-4884-9379-27b184799465",
"c7e06bf6-b0cd-4206-8c29-dc86d8c0a0a2"
],
"PrivilegedUserRoles": [
"6de7b618-60cd-44eb-a067-99e762ff195e",
"0b66e805-d057-40f4-af4b-f56109106d07"
],
"Orders": {
"Key": "sample string 1",
"Value": [
"sample string 1",
"sample string 2"
]
},
"Buffer": 8,
"AvailableSeats": 9
}
}
application/xml, text/xml
Sample:
<ApiResponseOfGetLicenseResponseLgVmlFmJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Api.Common.Response">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
<d2p1:AccessType xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d3p1:key>1</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d2p1:AccessType>
<d2p1:AvailableSeats>9</d2p1:AvailableSeats>
<d2p1:Buffer>8</d2p1:Buffer>
<d2p1:Category>
<d2p1:Id>dee21143-f9bd-4142-ab4f-aaaae93be363</d2p1:Id>
<d2p1:IsDefault>true</d2p1:IsDefault>
<d2p1:LicenseCategoryType>4</d2p1:LicenseCategoryType>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Category>
<d2p1:ContactEmail>sample string 3</d2p1:ContactEmail>
<d2p1:ContactPersonName>sample string 4</d2p1:ContactPersonName>
<d2p1:ContactPhone>sample string 5</d2p1:ContactPhone>
<d2p1:EndDate>2026-06-25T19:59:52.9022414+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 6</d2p1:Grade>
<d2p1:Id>e10e7e71-ea01-45f7-9c2a-3dd3622cd21f</d2p1:Id>
<d2p1:IsPaused>true</d2p1:IsPaused>
<d2p1:LicenseName>sample string 2</d2p1:LicenseName>
<d2p1:LicenseType xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d3p1:key>1</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d2p1:LicenseType>
<d2p1:Orders xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d3p1:key>sample string 1</d3p1:key>
<d3p1:value xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</d3p1:value>
</d2p1:Orders>
<d2p1:Owner>
<d2p1:Id>b69faae8-06d6-4b29-9cb5-c5f20742deca</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Type>5</d2p1:Type>
<d2p1:TypeName>sample string 6</d2p1:TypeName>
<d2p1:UserGroupId>12786163-240f-4ee1-bef5-c2d91cdb7ce5</d2p1:UserGroupId>
<d2p1:Uvmid>sample string 3</d2p1:Uvmid>
</d2p1:Owner>
<d2p1:PrivilegedUserRoles xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6de7b618-60cd-44eb-a067-99e762ff195e</d3p1:guid>
<d3p1:guid>0b66e805-d057-40f4-af4b-f56109106d07</d3p1:guid>
</d2p1:PrivilegedUserRoles>
<d2p1:ProductGroup>
<d2p1:Id>d1fd526a-c5e4-4d6b-b981-a06b297d2c0e</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ProductGroupType>Default</d2p1:ProductGroupType>
<d2p1:Products>
<d2p1:GetAllProductResponse>
<d2p1:HasSubproducts>true</d2p1:HasSubproducts>
<d2p1:Imprint>
<d2p1:Id>64c57a4a-0e28-4fe0-81e4-0c4ec490b109</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Imprint>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:Isbn>sample string 3</d2p1:Isbn>
<d2p1:LoginProviderTypes xmlns:d6p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Enums">
<d6p1:LoginProviderType>Unilogin</d6p1:LoginProviderType>
<d6p1:LoginProviderType>Unilogin</d6p1:LoginProviderType>
</d2p1:LoginProviderTypes>
<d2p1:ProductGroupDictionary>
<d2p1:Id>368e1482-457e-499c-8b7a-74857b44f40d</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>0d82674a-9e01-425a-b939-7672c869d45a</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>cda41051-ebff-4eea-bee0-3effbd32ac60</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>84ac2aec-dd89-4ff0-a9e7-51ac91b8803f</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Topic>
</d2p1:GetAllProductResponse>
<d2p1:GetAllProductResponse>
<d2p1:HasSubproducts>true</d2p1:HasSubproducts>
<d2p1:Imprint>
<d2p1:Id>64c57a4a-0e28-4fe0-81e4-0c4ec490b109</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Imprint>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:Isbn>sample string 3</d2p1:Isbn>
<d2p1:LoginProviderTypes xmlns:d6p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Enums">
<d6p1:LoginProviderType>Unilogin</d6p1:LoginProviderType>
<d6p1:LoginProviderType>Unilogin</d6p1:LoginProviderType>
</d2p1:LoginProviderTypes>
<d2p1:ProductGroupDictionary>
<d2p1:Id>368e1482-457e-499c-8b7a-74857b44f40d</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>0d82674a-9e01-425a-b939-7672c869d45a</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>cda41051-ebff-4eea-bee0-3effbd32ac60</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>84ac2aec-dd89-4ff0-a9e7-51ac91b8803f</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Topic>
</d2p1:GetAllProductResponse>
</d2p1:Products>
</d2p1:ProductGroup>
<d2p1:SeatUserGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>fbffdf1b-3ffc-4884-9379-27b184799465</d3p1:guid>
<d3p1:guid>c7e06bf6-b0cd-4206-8c29-dc86d8c0a0a2</d3p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-06-25T19:59:52.9022414+00:00</d2p1:StartDate>
<d2p1:UserGroup>
<d2p1:City>sample string 6</d2p1:City>
<d2p1:CommuneNumber>sample string 4</d2p1:CommuneNumber>
<d2p1:Email>sample string 7</d2p1:Email>
<d2p1:HasWs17Agreement>true</d2p1:HasWs17Agreement>
<d2p1:Id>2c2e4489-d478-4c2d-a31a-66bd6a9c5373</d2p1:Id>
<d2p1:InstitutionNumber>sample string 3</d2p1:InstitutionNumber>
<d2p1:LastSynchonized>2026-06-25T19:59:52.9022414+00:00</d2p1:LastSynchonized>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:UserGroupType>Default</d2p1:UserGroupType>
<d2p1:ZipCode>sample string 5</d2p1:ZipCode>
</d2p1:UserGroup>
<d2p1:UserRoles xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>52b89cad-5d09-49c4-b2bc-709248972e4e</d3p1:guid>
<d3p1:guid>bee22240-c1c8-4253-a35e-992f7b5ffedb</d3p1:guid>
</d2p1:UserRoles>
</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>
<IsSuccess>true</IsSuccess>
</ApiResponseOfGetLicenseResponseLgVmlFmJ>