GET api/RootLicense/{id}
Returns specific Root License based on accountId and rootLicenseId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
unique identifier of Root 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": "6ef5c8d7-b74d-4a1e-901b-0c085d2233d4",
"LicenseName": "sample string 2",
"ContactEmail": "sample string 3",
"ContactPersonName": "sample string 4",
"ContactPhone": "sample string 5",
"UserGroup": {
"Id": "57a99d8c-621a-41ce-b17a-4e651f02add1",
"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-01-02T20:41:15.2041994+00:00"
},
"Owner": {
"Id": "632e8330-f043-46cb-8222-24a87f06e240",
"Name": "sample string 2",
"Uvmid": "sample string 3",
"UserGroupId": "851eb1c3-2a2a-409c-9a32-92e4b02c0d73",
"Type": 5,
"TypeName": "sample string 6"
},
"ProductGroup": {
"Id": "0398502c-a377-480c-aef8-f0ca06c70efa",
"Name": "sample string 2",
"ProductGroupType": 0,
"Products": [
{
"ProductId": "4cee9041-73b0-4e17-a885-46b17af52c8c",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "e0dff3de-39f9-4912-9e58-8a31c98f92c6",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "f9c40e78-e140-4e9e-a83f-37315dd0522e",
"Key": "sample string 1"
},
"Topic": {
"Id": "d7ff185e-084c-43b8-837d-bdf83c48e58d",
"Key": "sample string 1"
},
"Target": {
"Id": "0272e033-335a-43e2-a12c-5a865a86ce02",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
},
{
"ProductId": "4cee9041-73b0-4e17-a885-46b17af52c8c",
"ProductName": "sample string 2",
"Isbn": "sample string 3",
"ProductKey": "sample string 4",
"IsActive": true,
"Imprint": {
"Id": "e0dff3de-39f9-4912-9e58-8a31c98f92c6",
"Key": "sample string 1"
},
"ProductGroupDictionary": {
"Id": "f9c40e78-e140-4e9e-a83f-37315dd0522e",
"Key": "sample string 1"
},
"Topic": {
"Id": "d7ff185e-084c-43b8-837d-bdf83c48e58d",
"Key": "sample string 1"
},
"Target": {
"Id": "0272e033-335a-43e2-a12c-5a865a86ce02",
"Key": "sample string 1"
},
"LoginProviderTypes": [
1,
1
],
"HasSubproducts": true
}
]
},
"Category": {
"Id": "60a025ea-a5f1-454f-9bce-6f3dd24aba87",
"Name": "sample string 2",
"IsDefault": true,
"LicenseCategoryType": 4
},
"StartDate": "2026-01-02T20:41:15.2041994+00:00",
"EndDate": "2026-01-02T20:41:15.2041994+00:00",
"LicenseType": {
"Key": 1,
"Value": "sample string 2"
},
"AccessType": {
"Key": 1,
"Value": "sample string 2"
},
"Grade": "sample string 6",
"UserRoles": [
"0af48934-22e4-4ea0-9a62-3e450def68c6",
"d181ecf9-a983-452d-849a-bdc832366583"
],
"IsPaused": true,
"SeatUserGroupIds": [
"54c32e8d-a62b-4492-b1bf-9b991b45c0f3",
"32f4031c-0d0a-40dc-8f08-2532680b77e8"
],
"PrivilegedUserRoles": [
"c63b3ebd-4f3a-4fb7-8b0c-d47a07a690d3",
"75d22a90-a55e-4994-860c-f3ff23346a7a"
],
"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>60a025ea-a5f1-454f-9bce-6f3dd24aba87</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-01-02T20:41:15.2041994+00:00</d2p1:EndDate>
<d2p1:Grade>sample string 6</d2p1:Grade>
<d2p1:Id>6ef5c8d7-b74d-4a1e-901b-0c085d2233d4</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>632e8330-f043-46cb-8222-24a87f06e240</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Type>5</d2p1:Type>
<d2p1:TypeName>sample string 6</d2p1:TypeName>
<d2p1:UserGroupId>851eb1c3-2a2a-409c-9a32-92e4b02c0d73</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>c63b3ebd-4f3a-4fb7-8b0c-d47a07a690d3</d3p1:guid>
<d3p1:guid>75d22a90-a55e-4994-860c-f3ff23346a7a</d3p1:guid>
</d2p1:PrivilegedUserRoles>
<d2p1:ProductGroup>
<d2p1:Id>0398502c-a377-480c-aef8-f0ca06c70efa</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>e0dff3de-39f9-4912-9e58-8a31c98f92c6</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>f9c40e78-e140-4e9e-a83f-37315dd0522e</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>4cee9041-73b0-4e17-a885-46b17af52c8c</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>0272e033-335a-43e2-a12c-5a865a86ce02</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>d7ff185e-084c-43b8-837d-bdf83c48e58d</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Topic>
</d2p1:GetAllProductResponse>
<d2p1:GetAllProductResponse>
<d2p1:HasSubproducts>true</d2p1:HasSubproducts>
<d2p1:Imprint>
<d2p1:Id>e0dff3de-39f9-4912-9e58-8a31c98f92c6</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>f9c40e78-e140-4e9e-a83f-37315dd0522e</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:ProductGroupDictionary>
<d2p1:ProductId>4cee9041-73b0-4e17-a885-46b17af52c8c</d2p1:ProductId>
<d2p1:ProductKey>sample string 4</d2p1:ProductKey>
<d2p1:ProductName>sample string 2</d2p1:ProductName>
<d2p1:Target>
<d2p1:Id>0272e033-335a-43e2-a12c-5a865a86ce02</d2p1:Id>
<d2p1:Key>sample string 1</d2p1:Key>
</d2p1:Target>
<d2p1:Topic>
<d2p1:Id>d7ff185e-084c-43b8-837d-bdf83c48e58d</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>54c32e8d-a62b-4492-b1bf-9b991b45c0f3</d3p1:guid>
<d3p1:guid>32f4031c-0d0a-40dc-8f08-2532680b77e8</d3p1:guid>
</d2p1:SeatUserGroupIds>
<d2p1:StartDate>2026-01-02T20:41:15.2041994+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>57a99d8c-621a-41ce-b17a-4e651f02add1</d2p1:Id>
<d2p1:InstitutionNumber>sample string 3</d2p1:InstitutionNumber>
<d2p1:LastSynchonized>2026-01-02T20:41:15.2041994+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>0af48934-22e4-4ea0-9a62-3e450def68c6</d3p1:guid>
<d3p1:guid>d181ecf9-a983-452d-849a-bdc832366583</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>