123FormBuilder · Schema

Form

A 123FormBuilder form including activation window, group assignment, and embed metadata.

Online FormsForm BuilderSurveysWorkflowsData CollectionSubmissionsWebhookHIPAAGDPRPayments

Properties

Name Type Description
id integer Output-only numeric form identifier assigned by 123FormBuilder.
name string Human-readable form name shown to authors and used in dashboards.
active integer Whether the form currently accepts submissions. 1 = active, 0 = inactive.
active_date_from string Start of the activation window. Submissions are rejected before this timestamp.
active_date_to string End of the activation window. Submissions are rejected after this timestamp.
active_days string Comma-separated list of weekday numbers (0-6) on which the form is accepting submissions.
group_id integer Identifier of the group this form is filed under, or 0 if ungrouped.
submissions_count integer Running total of submissions received by this form.
url string Public URL where the form can be filled out.
created_at string Timestamp the form was created.
modified_at string Timestamp the form was last modified.
View JSON Schema on GitHub

JSON Schema

123formbuilder-rest-api-v2-form-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/123formbuilder/refs/heads/main/json-schema/123formbuilder-rest-api-v2-form-schema.json",
  "title": "Form",
  "description": "A 123FormBuilder form including activation window, group assignment, and embed metadata.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Output-only numeric form identifier assigned by 123FormBuilder."
    },
    "name": {
      "type": "string",
      "description": "Human-readable form name shown to authors and used in dashboards."
    },
    "active": {
      "type": "integer",
      "enum": [0, 1],
      "description": "Whether the form currently accepts submissions. 1 = active, 0 = inactive."
    },
    "active_date_from": {
      "type": "string",
      "format": "date-time",
      "description": "Start of the activation window. Submissions are rejected before this timestamp."
    },
    "active_date_to": {
      "type": "string",
      "format": "date-time",
      "description": "End of the activation window. Submissions are rejected after this timestamp."
    },
    "active_days": {
      "type": "string",
      "description": "Comma-separated list of weekday numbers (0-6) on which the form is accepting submissions."
    },
    "group_id": {
      "type": "integer",
      "description": "Identifier of the group this form is filed under, or 0 if ungrouped."
    },
    "submissions_count": {
      "type": "integer",
      "description": "Running total of submissions received by this form."
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Public URL where the form can be filled out."
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp the form was created."
    },
    "modified_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp the form was last modified."
    }
  },
  "required": ["id", "name", "active"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/123formbuilder-rest-api-v2-form"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.