docs(openapi): formsRowsList filter parity + list_form_submissions - #21
Merged
Conversation
S4Mi
force-pushed
the
feat/forms-rows-list-filters
branch
2 times, most recently
from
August 10, 2026 18:22
9150f98 to
530d0cc
Compare
Align GET /v3.0/forms/{slug}/rows/ with dashboard and RowQueryUtils filters
(status, meta, date ranges, dynamic fieldSlug operators), surface top_fields,
fix the ?seach typo, and advertise list_form_submissions in the MCP contract.
Co-authored-by: Cursor <cursoragent@cursor.com>
S4Mi
force-pushed
the
feat/forms-rows-list-filters
branch
from
August 10, 2026 18:33
530d0cc to
64c9cc6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GET /v3.0/forms/{slug}/rows/(formsRowsList) with dashboard-real filters: pagination, search, sort_by, status, meta (created_by/updated_by/tags/…), submit_time/created_at/updated_at ranges, and dynamic{fieldSlug}/{fieldSlug}_{operator}filters (RowQueryUtils).top_fieldstoPaginatedRowList(table columns ~= form fields).?seach=typo in block content docs.list_form_submissionswith compatibility aliases (list_form_rows,list_rows, …).Review note
During review, I corrected the dynamic field filter docs to match
RowQueryUtils: supported suffixes arecontains/has/equal/exact/lt/lte/gt/gteplusnot_variants. Comma-separated bare field values become list filters; there is no_in,not_in, oris_equalsuffix.Current status
dev(6dd718f) on 2026-08-10.unstablebecause checks are not clean/published yet. The connector did not return workflow runs for the head SHA.Test plan
./generate.shtop_fieldsformz_coreRowQueryUtils/FormRowsView