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
  • I would like to clarify one point regarding the API approach. The endpoint Priya mentioned returns checklist responses at the response level, not the individual question-answer level. If your auditors require granular visibility into which specific safety questions were answered affirmatively versus negatively, you will need to use GET /v2/checklist-responses/{id}/answers for each response ID.

    This increases your API call volume significantly. For 2,400 jobs with an average of 15 checklist items each, you are looking at approximately 36,000 calls. I would recommend negotiating a temporary rate limit increase with FieldPulse support rather than stretching this across multiple days.

    Additionally, it is worth noting that the CSV export from the UI does flatten this structure automatically, which may be preferable for your use case.

  • Thank you, Anita. This clarification is precisely what I needed. The flattened CSV will suffice for our current audit cycle; however, the granular API structure is noted for future automation requirements.

    I have confirmed that the Reports → Checklist Responses interface provides the necessary data. I will proceed with the manual export for Q4 2025.

Reply Children
No Data