123FormBuilder · JSON Structure

123Formbuilder Rest Api V2 Form Structure

Structural definition of a 123FormBuilder form.

Type: object Properties: 11
Online FormsForm BuilderSurveysWorkflowData CollectionSubmissionsWebhooksHIPAAGDPRPayments

Form is a JSON Structure definition published by 123FormBuilder, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name active active_date_from active_date_to active_days group_id submissions_count url created_at modified_at

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/123formbuilder/refs/heads/main/json-structure/123formbuilder-rest-api-v2-form-structure.json",
  "name": "Form",
  "description": "Structural definition of a 123FormBuilder form.",
  "type": "object",
  "properties": {
    "id": {"type": "int32"},
    "name": {"type": "string"},
    "active": {"type": "int32"},
    "active_date_from": {"type": "datetime"},
    "active_date_to": {"type": "datetime"},
    "active_days": {"type": "string"},
    "group_id": {"type": "int32"},
    "submissions_count": {"type": "int32"},
    "url": {"type": "uri"},
    "created_at": {"type": "datetime"},
    "modified_at": {"type": "datetime"}
  }
}