123FormBuilder · JSON Structure

123Formbuilder Rest Api V2 Group Structure

Structural definition of a 123FormBuilder group.

Type: object Properties: 6
Online FormsForm BuilderSurveysWorkflowData CollectionSubmissionsWebhooksHIPAAGDPRPayments

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

Properties

id name parent_id webhook_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-group-structure.json",
  "name": "Group",
  "description": "Structural definition of a 123FormBuilder group.",
  "type": "object",
  "properties": {
    "id": {"type": "int32"},
    "name": {"type": "string"},
    "parent_id": {"type": "int32"},
    "webhook_url": {"type": "uri"},
    "created_at": {"type": "datetime"},
    "modified_at": {"type": "datetime"}
  }
}