Signature

Request:

  • URL: /30/technical-reports/<REPORT_ID>
  • Method: GET
  • Body: empty
  • <REPORT_ID> - The ID of a technical report in the short of full form (example: TR-PLSK-30003 or 30003).

Response:

Example

Request:

GET /30/technical-reports/TR-PLSK-10001 HTTP/1.1

Response:

HTTP/1.1 200 OK

{
  "id" : "TR-PLSK-10001",
  "creationDate" : "2015-07-01T01:01:01.123Z",
  "type" : "middle",
  "size" : 1048576,
  "downloadLink" : "https://download.link",
  "downloadLinkExpirationDate" : "2015-07-01T02:01:01.123Z",
  "owner" : {
    "id" : 123,
    "fullName" : "John Smith (Plesk)"
  },
  "key" : {
    "keyId" : 12345678,
    "keyNumber" : "PLSK.12345678.1234",
    "description" : "Plesk 12 Web Host Edition",
    "ipAddresses" : [ "127.0.0.1", "192.168.1.1" ],
    "ipAddressesCount" : 2,
    "os" : "CentOS 6.7",
    "productVersion" : "12.0.18 Update #47"
  }
}