/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 · 1
codestringRequiredForm code.
Request
GET /bff/form/table
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.