Returns a list of license codes.
Request Address
http://api.intelliprotector.com:8000/LicenseCode/List
https://api.intelliprotector.com:9000/LicenseCode/List
Request Parameters
| Name |
Type |
Description |
| AccessInfo |
Object |
The AccessInfo object which contains access information |
| PageRequest |
Object |
The PageRequest object which describes page settings |
| CodesSearch |
Object |
The LicenseCodesSearch object which has all search parameters |
* Required parameters are marked with
bold font.
Example Request
{
"PageRequest": {
"Index": 5,
"Size": 1
},
"CodesSearch": {
"ProjectId": "e56fb66dee4ee2119baec86000bd38b2"
},
"AccessInfo": {
"VendorId": "00000000000000000000000000000000",
"WebApiKey": "88888888888888888888888888888888"
}
}
Example Response
{
"PageResponse": {
"Index": 5,
"Size": 1,
"Pages": 9,
"Records": 9
},
"LicenseCodes": [
{
"LicenseCode": "IPRL-CHC7FH-HAEF7236-F443B96H-8FD5CAH2-L5-B388",
"CodeId": "09ec83d3c5dae41192ae005056c00008",
"DateCreated": "2015-04-04T12:27:00",
"Status": "Active",
"IsTest": true,
"UseFreeze": false,
"FreezeLicenseDays": 5,
"UseComputersRotation": false,
"UseLicenseValidation": false,
"LicenseValidationDays": 30,
"WorkIfValidationBlocked": false,
"UseComputersLimit": false,
"MaxComputers": 3
}
],
"ResponseDetails": {
"ResponseStatus": "Success",
"Message": "Success"
}
}
Response Parameters
| Name |
Description |
| PageResponse |
The PageResponse object which represent page settings |
| LicenseOrders |
An array of LicenseCodeInfo objects which describe codes settings |
| ResponseDetails |
The ResponseDetails object with the status of a Web API call |