File ManagerAccount SettingsAccessing The SoftwareSupportTeam ManagementFull Demos
Certification
Data is returned about the analysis report that was requested. If the "analysis_report" setting was not set to "true" in the Input Settings then this object will not be returned.
Key | Type | Description |
---|---|---|
analysis_report | Object | Contains information about the analysis report which contains the results of the solution. |
Key | Type | Description |
---|---|---|
view_link | String | This is the viewable HTML link for the report. Visit it in a browser to view the report. |
download_link | String | This is the link that's used to download the analysis report. |
html_download_link | String | This is the link that's used to download the HTML version of the PDF report (this only exists for PDF reports). |
file_type | String | This is the type of report file requested (txt or pdf). |
{ "analysis_report": { "view_link": "https://platform.skyciv.com/temp/view_report_j70Lzzrc2xDzXmM9.php", "download_link": "https://platform.skyciv.com/temp/download_report_j70Lzzrc2xDzXmM9.php", "html_download_link": "https://platform.skyciv.com/temp/download_html_report_j70Lzzrc2xDzXmM9.php", "file_type": "pdf" } }