Tool to retrieve form answers using the v4 API endpoint. Use when you need to fetch form submissions from DataScope with the latest API version. Supports filtering by user, date range, location, and pagination for retrieving large result sets.
endstringEnd of date range for results in ISO 8601 format (e.g., '2024-12-31T23:59:59Z'). Default is today if not provided.
limitintegerNumber of submissions to return. Default is 200. Maximum allowed value is 200.
startstringBeginning of date range for results in ISO 8601 format (e.g., '2024-01-01T00:00:00Z'). Default is last 7 days if not provided.
offsetintegerPagination parameter for additional batches. Default is 0. Use this to retrieve subsequent pages of results.
form_idRequiredintegerThe ID of the form to retrieve answers for. This parameter is required.
user_idintegerFilters results to responses from one specific user. If not provided, answers from all users are returned.
location_idintegerFilters to answers from a specific location. If not provided, answers from all locations are returned.
date_modifiedbooleanWhen true, returns only modified forms or new submissions. Default is false if not provided.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.