The ProjectInfo object contains base parameters of an IntelliProtector project.
ProjectInfo 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 |
Example Response
{
"ProjectName": "Project 2",
"ProductName": "User-friendly product name2",
"ProjectId": "854bb27dee4ee2119baec86000bd38b2",
"Created": "2012-12-25T00:00:00",
"Status": "Active"
}