Database table form view
Returns the current field values of the row identified by the edit token. Only fields visible in the form view are returned. The token must be a valid signed token generated by a form_view_edit_row field.
get/api/database/views/form/{slug}/edit-row/{row_token}/
Path parameters
row_tokenstring required
The signed edit token that identifies the row to edit.
slugstring required
The slug of the form view.
Response
Changes
Changed in 1 of the 6 revisions of this API.11
- ▲
the
field_28response property's maxLength was unset from1000000for the response status200response-property-max-length-unset
- ○
added the optional property
field_29to the response with the200statusresponse-optional-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲