Improved

Forms: API guides and creation-date filters

The Forms API now has dedicated developer guides, and GET /forms/v1/forms supports optional creation-date filters.

What's New

  • Forms guide sectionOverview with endpoint coverage for forms, submissions, and dropdown options.
  • Date filters on GET /forms — optional startDate and endDate query parameters (YYYY-MM-DD) filter by form creation date (inclusive).

Updated Endpoint

  • GET /forms/v1/forms — added startDate, endDate (optional; filter on creation date in UTC)

Guide Pages

PageDescription
Forms OverviewEndpoints, scopes, and workflow
Get FormsList and retrieve forms, including date filters
Form SubmissionsRead and update submissions
Dropdown OptionsManage dropdown question values

OAuth Scopes

  • forms.read — GET endpoints
  • forms.write — POST/PUT endpoints
  • forms.delete — DELETE dropdown options