Summary report export
AuditSite.export — this method generates an exporting file in a summary report.
Use case: With the AuditSite.export method, export a file with the summary report to review the errors of the site which was audited.
Request parameters | |||||
Parameter | Description | Type | Optional | Default value | Value Options |
id | A request id: the response contains the same id. | int/string | no |
| Text or number value |
method | API method name | string | no |
| AuditSite.export |
params | The object with parameters {...}, it lists all the following parameters and arrays [...] | no |
|
| |
reportId | Report id | int | no | 1251109 (any project ID number) | |
exportType | Export type | string | no | mgxlsx — XLSX file; mgxlsx_mfiles — Google Sheet; puppeter_pdf — PDF file |
Response parameters | |
Parameters | Description |
id | Request id |
result | Contains the answer |
Credits for this method are not deducted.
{
"id": 1,
"method":"AuditSite.export",
"params":{
"reportId": 720860,
"exportType": "mgxlsx"
}
}
{
"id": "1",
"result": true
}