Returns license preset details.
Request Address
http://api.intelliprotector.com:8000/LicensePreset/Details
https://api.intelliprotector.com:9000/LicensePreset/Details
Request Parameters
| Name |
Type |
Description |
| AccessInfo |
Object |
The AccessInfo object which contains access information |
| PresetId |
String |
License preset id |
* Required parameters are marked with
bold font.
Example Request
{
"PresetId": "35969d4ff54ee2119baec86000bd38b2",
"AccessInfo": {
"VendorId": "66666666666666666666666666666666",
"WebApiKey": "55555555555555555555555555555555"
}
}
Example Response
{
"PresetDetails": {
"LicenseType": {
"TypeId": 1,
"Name": "Full version"
},
"ProjectName": "Project 3",
"ProjectPublicId": "65731b85ee4ee2119baec86000bd38b2",
"LicenseExpirationType": "ExpiresAfterDaysCreation",
"SupportExpirationType": "NotExpires",
"UseLicenseValidation": false,
"LicenseValidationDays": 30,
"WorkIfValidationBlocked": false,
"UseComputersLimit": false,
"MaxComputers": 3,
"UseComputersRotation": false,
"SendEmail": false,
"PresetId": "35969d4ff54ee2119baec86000bd38b2",
"Name": "License preset 1-Project3-Tests",
"DateCreated": "2012-12-26T00:00:00",
"IsTest": true,
"Status": "Active"
},
"ResponseDetails": {
"ResponseStatus": "Success",
"Message": "Success"
}
}
Response Parameters