Forms
Fetch Configurator Form(s)
GET /configurator-forms/
Simplio3D API: Fetch All Configurator Forms
[ { "form_id": "123", "name": "Configurator Form 1", "description": "Description of configurator form 1", "created_at": "2023-01-01T12:00:00Z", "updated_at": "2023-01-02T12:00:00Z" }, { "form_id": "124", "name": "Configurator Form 2", "description": "Description of configurator form 2", "created_at": "2023-01-03T12:00:00Z", "updated_at": "2023-01-04T12:00:00Z" } ]
GET /configurator-forms/{id}
Fetch a Specific Configurator Form
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Path parameters
idinteger · int64RequiredExample:
ID of the configurator form
15Responses
200
Successful response
application/json
401
Unauthorized
404
Configurator Form not found
500
Internal Server Error
get
/api/open-api/v1/configurator-forms/{id}Last updated