View all submitted checklists for date range?

From a governance perspective, our organization is required to conduct quarterly audits of safety checklist compliance across all field operations. I have been tasked with identifying whether FieldPulse provides a consolidated view of submitted checklist responses within a specified date range.

Specifically, I require the following capabilities:

  1. Filtering checklist submissions by date range (e.g., Q4 2025: October 1 – December 31)
  2. Exporting the aggregated data for external audit review
  3. Verifying completion rates by technician and by job type

It is worth noting that individual work order review is not scalable for our volume—approximately 2,400 jobs per quarter. I have confirmed that the standard work order export does not include embedded checklist response data in a parseable format.

Is there a dedicated reporting interface for checklist aggregation, or must this be constructed via the API? If API access is required, I would appreciate guidance on the appropriate endpoint and any rate limiting considerations for bulk retrieval.

Thank you for your assistance.

Parents
  • From a data retention perspective, i.e., how long are these checklist responses maintained in the system? Our compliance framework requires 7-year retention for safety documentation. Is the API export the authoritative source, or should we be archiving the CSV outputs separately?

    Additionally, are there any provisions for tamper-evident or digitally signed exports that would satisfy SOC 2 Type II audit requirements?

Reply
  • From a data retention perspective, i.e., how long are these checklist responses maintained in the system? Our compliance framework requires 7-year retention for safety documentation. Is the API export the authoritative source, or should we be archiving the CSV outputs separately?

    Additionally, are there any provisions for tamper-evident or digitally signed exports that would satisfy SOC 2 Type II audit requirements?

Children
  • Checklist response data is retained according to your account's Data Retention Settings under Admin → Security & Compliance. Default is indefinite; however, you may configure automated archival or deletion per your policies.

    For audit trails, enable Audit Logging (requires Enterprise tier) which captures export events with user attribution and timestamp. The CSV itself is not cryptographically signed; for that requirement, you would need to implement client-side hashing or use the API to populate a WORM storage system.

    Audit Logs: Viewing Account Activity covers the event logging in detail.