Overview
This endpoint returns all submissions for a specific form, including the submitted data, metadata such as IP address and user agent, and administrative flags like read status and notes.Authentication
Bearer token with your API key:
Bearer YOUR_API_KEYPath Parameters
The unique identifier of the form whose submissions you want to retrieve
Query Parameters
Page number for pagination. Must be 1 or greater.
Number of items per page. Must be between 1 and 100.
Response
Array of form submission objects
Pagination metadata
Error Responses
Use Cases
Export Form Data
Retrieve all submissions for data analysis, reporting, or backup purposes.Customer Relationship Management
Integrate form submissions into your CRM system to track leads and customer inquiries.Automated Processing
Set up automated workflows to process new form submissions based on their content.Analytics and Reporting
Analyze submission patterns, response rates, and form performance metrics.Data Structure Notes
Submission Data Field
Thedata field contains the actual form submission data. The structure depends on your form configuration:
- Text fields: String values
- Email fields: Email addresses as strings
- Number fields: Numeric values
- Checkbox fields: Boolean values or arrays for multiple selections
- File uploads: File metadata objects
Timestamps
All timestamps are in ISO 8601 format with UTC timezone. Convert to your local timezone as needed for display purposes.Privacy Considerations
IP addresses and user agent strings are collected for security and analytics purposes. Ensure compliance with your privacy policy and applicable data protection regulations.Related Endpoints
- List Forms - Get all forms to find the form ID you need
