Skip to main content

Overview

Xenia provides multiple export options for submission data:
  • PDF Reports: Formatted inspection reports with scores, photos, and signatures
  • Excel Exports: Tabular data for analysis and reporting
  • Flagged Items Report: Focus on non-compliant items
  • Public Report Links: Shareable report URLs

PDF Export

Generate a PDF report for one or more submissions.

Export Single Submission

Request Body: Response (Async):
PDF generation is asynchronous for large submissions. The generated PDF is emailed to the requesting user.

Export Multiple Submissions (Merged)

Combine multiple submissions into a single PDF document.

Excel Export

Export submission data to Excel format for analysis.

Export Submissions to Excel

Request Body: Response (Async):

Excel Output Format

The Excel export contains:

Spreadsheet Data (JSON)

Get submission data in a tabular format suitable for custom reporting.
Response:

Flagged Items Report

Get a report of all flagged (non-compliant) items across submissions.
Response:
Use the flagged items report to create corrective action tasks. Loop through flagged items and create tasks for each issue.

Toggle Public Report Access

Enable or disable public sharing for a submission report.
Response:

Generate Public PDF

Generate a PDF for a public report link.
Response:

Check PDF Generation Status

Response (Processing):
Response (Complete):

Submission Statistics

Count by Status

Get submission counts grouped by status.
Response:

Template Submission Summary

Get submission summary across multiple templates.
Response:

Common Workflows

Automated Daily Report

Generate daily reports for management review:

BI Integration

Extract submission data for business intelligence platforms:

Compliance Report Generation


Best Practices

Large Excel exports can be resource-intensive. Schedule automated exports during off-peak hours to minimize impact.
Always specify date ranges when exporting. This improves performance and keeps file sizes manageable.
Regularly export flagged items and create corrective action tasks. This closes the loop on identified issues.
Maintain a regular archive of exports for compliance and audit purposes. Don’t rely solely on real-time API access.