123FormBuilder · Example Payload

123Formbuilder Rest Api V2 Form Example

Online FormsForm BuilderSurveysWorkflowData CollectionSubmissionsWebhooksHIPAAGDPRPayments

123Formbuilder Rest Api V2 Form Example is an example object payload from 123FormBuilder, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameactiveactive_date_fromactive_date_toactive_daysgroup_idsubmissions_counturlcreated_atmodified_at

Example Payload

Raw ↑
{
  "id": 5837291,
  "name": "Customer Feedback Survey",
  "active": 1,
  "active_date_from": "2026-05-01T00:00:00Z",
  "active_date_to": "2026-12-31T23:59:59Z",
  "active_days": "1,2,3,4,5",
  "group_id": 412,
  "submissions_count": 1284,
  "url": "https://form.123formbuilder.com/5837291/customer-feedback-survey",
  "created_at": "2026-05-12T09:33:00Z",
  "modified_at": "2026-05-20T14:18:00Z"
}