v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Database table form view

Returns the metadata related to the form view if the form is publicly shared or if the user has access to the related workspace. This data can be used to construct a form with the right fields.

get/api/database/views/form/{slug}/submit/

Path parameters

slugstring required

The slug related to the form form.

Response

titlestring

The title that is displayed at the beginning of the form.

descriptionstring

The description that is displayed at the beginning of the form.

mode'form' | 'survey'
  • form - form
  • survey - survey
submit_textstring

The text displayed on the submit button.

show_logoboolean
allow_public_exportboolean

Indicates whether it's allowed to export a publicly shared view.