Returns an IntelliProtector project details.
Request Address
http://api.intelliprotector.com:8000/Project/Details
https://api.intelliprotector.com:9000/Project/Details
Request Parameters
| Name |
Type |
Description |
| AccessInfo |
Object |
The AccessInfo object which contains access information |
| ProjectId |
String |
IntelliProtector project id |
* Required parameters are marked with
bold font.
Example Request
{
"ProjectId": "65731b85ee4ee2119baec86000bd38b2",
"AccessInfo": {
"VendorId": "22222222222222222222222222222222",
"WebApiKey": "33333333333333333333333333333333"
}
}
Example Response
{
"ProjectDetails": {
"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"
},
"ResponseDetails": {
"ResponseStatus": "Success",
"Message": "Success"
}
}
Response Parameters
| Name |
Description |
| ProjectDetails |
The ProjectDetails object with project parameters |
| ResponseDetails |
The ResponseDetails object with the status of a Web API call |