BizKitHub
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

Query parameters

· 1
codestringRequired

Form code.

Examplecontact-form

Response schema

1 status code documented

200Success
namestringRequired

Form name.

descriptionstringOptional

Form description.

tableanyRequired

Table data with columns and rows of submitted records.

Response example

application/json
{
  "name": "example_name",
  "description": "example_description"
}

Request example

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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key