Project-Details
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",
    "DownloadPage": "http://change-me.com/download.html",
    "PurchaseLicensesPage": "http://change-me.com/purchase-licenses.html",
    "PurchaseRenewalsPage": "http://change-me.com/purchase-renewals.html",
    "SupportPage": "http://change-me.com/contact-us.html",
    "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
API Function Debugger
API function: Method: Protocol: Request link:
Request body:

Execute
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services