Download Report

Download

get

Downloads a RAS system report to be sent to Parallels support

Body
Attachmentstring · binaryOptional

The attachment to be sent to Parallels support

CompanystringOptional

Company of administrator requesting support

FullnamestringOptional

Full name of administrator requesting support

MessagestringOptional

The message query for support

SubjectstringOptional

Subject of request

Typestring · enumOptional

Support Type.

Possible values:
Responses
200
Success
get
GET /api/Support/DownloadReport HTTP/1.1
Host: 
Content-Type: multipart/form-data
Accept: */*
Content-Length: 146

{
  "Attachment": "binary",
  "Company": "text",
  "Fullname": "text",
  "Message": "text",
  "Subject": "text",
  "Type": [
    "0 = Email",
    "1 = SaveToZip",
    "2 = SendReport"
  ]
}

No content

Was this helpful?