Improved
Forms: API guides and creation-date filters
16 days ago by ReadMe API
The Forms API now has dedicated developer guides, and GET /forms/v1/forms supports optional creation-date filters.
What's New
- Forms guide section — Overview with endpoint coverage for forms, submissions, and dropdown options.
- Date filters on GET /forms — optional
startDateandendDatequery parameters (YYYY-MM-DD) filter by form creation date (inclusive).
Updated Endpoint
GET /forms/v1/forms— addedstartDate,endDate(optional; filter on creation date in UTC)
Guide Pages
| Page | Description |
|---|---|
| Forms Overview | Endpoints, scopes, and workflow |
| Get Forms | List and retrieve forms, including date filters |
| Form Submissions | Read and update submissions |
| Dropdown Options | Manage dropdown question values |
OAuth Scopes
forms.read— GET endpointsforms.write— POST/PUT endpointsforms.delete— DELETE dropdown options
