POST api2/license_info.json
Get license information for project
Request Information
URI Parameters
None.
Body Parameters
API.Models.LicenseInfoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceID |
Device ID from Authorize Device |
integer |
Required |
| projectID |
Project ID |
integer |
Required |
| clientInfo |
Client Info |
string |
Required |
Request Formats
{
"deviceID": 1,
"projectID": 2,
"clientInfo": "sample string 3"
}
Response Information
Resource Description
API.Models.LicenseInfosRoot| Name | Description | Type | Additional information |
|---|---|---|---|
| play |
Play license |
API.Models.LicenseInfos |
None. |
| burn |
Burn license |
API.Models.LicenseInfos |
None. |
| export |
Export license (DEPRECATED) |
API.Models.LicenseInfos |
None. |
| save |
Save license |
API.Models.LicenseInfos |
None. |
|
Print license |
API.Models.LicenseInfos |
None. |
|
| deviceUsage |
Device usage |
API.Models.DeviceUsage |
None. |
Response Formats
{
"play": {
"status": "NoLicense",
"type": "Permanent",
"remaningTime": "00:00:00.1234567",
"endDate": "2025-11-12T00:20:38.4171005+01:00",
"expireAfterFirstUse": true,
"releaseDate": "2025-11-12T00:20:38.4171005+01:00",
"restrictions": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"origin": {
"type": "Individual",
"name": "sample string 1"
},
"usage": {
"usedCurrent": 1,
"usedMaximum": 2
},
"licenseID": 1,
"texts": {
"licenseStatus": "sample string 1",
"licenseType": "sample string 2",
"licenseExpiration": "sample string 3",
"devicesPerLicense": "sample string 4",
"digitalVideoOutputProtection": "sample string 5",
"analogVideoOutputProtection": "sample string 6",
"printManagement": "sample string 7",
"burnManagement": "sample string 8"
},
"textInfos": "sample string 1"
},
"burn": {
"status": "NoLicense",
"type": "Permanent",
"remaningTime": "00:00:00.1234567",
"endDate": "2025-11-12T00:20:38.4171005+01:00",
"expireAfterFirstUse": true,
"releaseDate": "2025-11-12T00:20:38.4171005+01:00",
"restrictions": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"origin": {
"type": "Individual",
"name": "sample string 1"
},
"usage": {
"usedCurrent": 1,
"usedMaximum": 2
},
"licenseID": 1,
"texts": {
"licenseStatus": "sample string 1",
"licenseType": "sample string 2",
"licenseExpiration": "sample string 3",
"devicesPerLicense": "sample string 4",
"digitalVideoOutputProtection": "sample string 5",
"analogVideoOutputProtection": "sample string 6",
"printManagement": "sample string 7",
"burnManagement": "sample string 8"
},
"textInfos": "sample string 1"
},
"export": {
"status": "NoLicense",
"type": "Permanent",
"remaningTime": "00:00:00.1234567",
"endDate": "2025-11-12T00:20:38.4171005+01:00",
"expireAfterFirstUse": true,
"releaseDate": "2025-11-12T00:20:38.4171005+01:00",
"restrictions": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"origin": {
"type": "Individual",
"name": "sample string 1"
},
"usage": {
"usedCurrent": 1,
"usedMaximum": 2
},
"licenseID": 1,
"texts": {
"licenseStatus": "sample string 1",
"licenseType": "sample string 2",
"licenseExpiration": "sample string 3",
"devicesPerLicense": "sample string 4",
"digitalVideoOutputProtection": "sample string 5",
"analogVideoOutputProtection": "sample string 6",
"printManagement": "sample string 7",
"burnManagement": "sample string 8"
},
"textInfos": "sample string 1"
},
"save": {
"status": "NoLicense",
"type": "Permanent",
"remaningTime": "00:00:00.1234567",
"endDate": "2025-11-12T00:20:38.4171005+01:00",
"expireAfterFirstUse": true,
"releaseDate": "2025-11-12T00:20:38.4171005+01:00",
"restrictions": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"origin": {
"type": "Individual",
"name": "sample string 1"
},
"usage": {
"usedCurrent": 1,
"usedMaximum": 2
},
"licenseID": 1,
"texts": {
"licenseStatus": "sample string 1",
"licenseType": "sample string 2",
"licenseExpiration": "sample string 3",
"devicesPerLicense": "sample string 4",
"digitalVideoOutputProtection": "sample string 5",
"analogVideoOutputProtection": "sample string 6",
"printManagement": "sample string 7",
"burnManagement": "sample string 8"
},
"textInfos": "sample string 1"
},
"print": {
"status": "NoLicense",
"type": "Permanent",
"remaningTime": "00:00:00.1234567",
"endDate": "2025-11-12T00:20:38.4171005+01:00",
"expireAfterFirstUse": true,
"releaseDate": "2025-11-12T00:20:38.4171005+01:00",
"restrictions": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"origin": {
"type": "Individual",
"name": "sample string 1"
},
"usage": {
"usedCurrent": 1,
"usedMaximum": 2
},
"licenseID": 1,
"texts": {
"licenseStatus": "sample string 1",
"licenseType": "sample string 2",
"licenseExpiration": "sample string 3",
"devicesPerLicense": "sample string 4",
"digitalVideoOutputProtection": "sample string 5",
"analogVideoOutputProtection": "sample string 6",
"printManagement": "sample string 7",
"burnManagement": "sample string 8"
},
"textInfos": "sample string 1"
},
"deviceUsage": {
"status": "Active",
"statusText": "sample string 1",
"deviceCountCurrent": 2,
"deviceCountMaximum": 3,
"authorizedDevicesCurrent": 4,
"authorizedDevicesMaximum": 5
}
}