Returns a list of license presets.
Request Address
http:
//api.intelliprotector.com:8000/LicensePreset/List
https:
//api.intelliprotector.com:9000/LicensePreset/List
Request Parameters
Name |
Type |
Description |
AccessInfo |
Object |
The AccessInfo object which contains access information |
PageRequest |
Object |
The PageRequest object which describes page settings |
* Required parameters are marked with
bold font.
Example Request
{
"PageRequest"
: {
"Index"
: 1,
"Size"
: 2
},
"AccessInfo"
: {
"VendorId"
:
"66666666666666666666666666666666"
,
"WebApiKey"
:
"55555555555555555555555555555555"
}
}
Example Response
{
"PageResponse"
: {
"Index"
: 1,
"Size"
: 2,
"Pages"
: 2,
"Records"
: 4
},
"Presets"
: [
{
"PresetId"
:
"c55065d0ee4ee2119baec86000bd38b2"
,
"Name"
:
"License preset 1-Project1-Tests"
,
"DateCreated"
:
"2012-12-25T00:00:00"
,
"IsTest"
:
true
,
"Status"
:
"Active"
},
{
"PresetId"
:
"d5cd8544f54ee2119baec86000bd38b2"
,
"Name"
:
"License preset 1-Project2-Tests"
,
"DateCreated"
:
"2012-12-26T00:00:00"
,
"IsTest"
:
true
,
"Status"
:
"Active"
}
],
"ResponseDetails"
: {
"ResponseStatus"
:
"Success"
,
"Message"
:
"Success"
}
}
Response Parameters
Name |
Description |
PageResponse |
The PageResponse object which represent page settings |
Presets
|
An array of LicensePresetInfo objects which describe presets settings |
ResponseDetails |
The ResponseDetails object with the status of a Web API call |