DocsAPI ReferenceForm/bff/form/table
getFormAdmin BFF

/bff/form/table

Returns all submitted records for a form in a table format. Includes form metadata (name, description) and the full table of submissions with field values.

FormgetBffFormTable

Parameters

1 query

1 total
Query · 1
codestringRequired

Form code.

Request

GET /bff/form/table

get
curl -X GET "https://api.bizkithub.com/bff/form/table?code=contact-form" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "name": "example_name",
  "description": "example_description"
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key