Simplio3D
HomeHelp Center
  • INTRODUCTION
  • GETTING STARTED
    • Create an account
    • Prepare 3D models
  • LEARNING THE APP
    • Dashboard
    • My Account
    • Products
      • New Product
      • Select Layout
      • Add 3D Models
        • 3D Model versions
      • Create Options
        • Default
        • Sections
        • Dropdown
        • Material
        • Checkbox
        • Toggle
        • Thumbnails
        • Arrows
        • Upload
        • Text
        • Numeral
          • Sizing: Keep the proportions
        • Restrictions
          • 'Has one or more variants selected from' type of restriction
          • 'The variant value is between min and max' type of restriction
      • Pricing
        • Pricing formula
        • Variables
        • Add price
      • Add form
        • Add Field
        • Email Settings
          • Gmail
          • Sendgrid
      • Share
      • Product Viewer
    • Materials
      • New Materials
      • Textures
      • Categories
    • 3D Assets
      • Edit 3D Assets
      • Categories
      • File too large
    • Orders
  • Integrations
    • API Documentation
  • API Reference
    • Partner API
      • Managing Orders
    • Open API
      • Getting Started
      • User Authentication
      • 3D Assets
      • Configurators
      • Contact Form
        • Form Fields
        • Forms
      • Options
        • Options
        • Option Variations
        • Option Restrictions
      • Price Groups
      • Share
      • Materials
        • Materials
        • Material Categories
      • Textures
        • Textures
        • Texture Categories
      • Orders
  • Other
    • Change Log
Powered by GitBook
On this page

Was this helpful?

  1. API Reference
  2. Open API

Contact Form

Endpoints for managing fields and form fields

Simplio3D API - Form Fields Endpoints

The Simplio3D API provides several endpoints for managing form fields in a 3D customization environment. These endpoints allow users to retrieve, create and delete form fields, enhancing user interaction and customization options.

  • GET /formfields: Retrieve a list of all form fields. This endpoint requires authentication and can filter fields based on specific criteria.

  • [Dashboard API] POST /form-fields: Create a new form field. The request body should include details such as field name, type, and any other necessary attributes.

  • [Dashboard API] DELETE /form-fields/{id}: Remove a form field from the system. This operation is irreversible and requires the field's unique identifier.

These endpoints are essential for dynamically managing input forms, enabling a flexible and responsive user experience in customized 3D solutions. Make sure to handle responses and errors effectively as per the API documentation.

PreviousConfiguratorsNextForm Fields

Last updated 10 days ago

Was this helpful?