The ProjectDetails object contains parameters of an IntelliProtector project.
ProjectDetails Parameters
Name |
Type |
Description |
ProjectName |
String |
The IntelliProtector project name |
ProductName |
String |
Software product name |
ProjectId |
String |
Project Id |
Created |
Date |
Date when the project was created |
Status |
String |
Status of the project. Possible values: Active, Paused, Blocked |
DownloadPage |
String |
A link to download page |
PurchaseLicensesPage |
String |
A link to license codes purchase page |
PurchaseRenewalsPage |
String |
A link to purchase renewal codes page |
SupportPage |
String |
A link to support page. It is used from the pop-ups |
SupportEmail |
String |
Support e-mail address. It is used from the pop-ups |
IsNewTrialEachVersion |
Boolean |
Describes the trial period settings |
Example Response
{
"ProjectName"
:
"Project 3"
,
"ProductName"
:
"User-friendly product name3"
,
"ProjectId"
:
"65731b85ee4ee2119baec86000bd38b2"
,
"Created"
:
"2012-12-25T00:00:00"
,
"SupportEmail"
:
"support@change-me.com"
,
"IsNewTrialEachVersion"
:
false
,
"Status"
:
"Active"
}