Forms
Fetch Configurator Form(s)
GET /configurator-forms/
Simplio3D API: Fetch All Configurator Forms
Endpoint: GET /api/v1/configurator-forms
Description: This endpoint retrieves a list of all configurator forms available in the Simplio3D system.
Request
Method:
GET
URL Parameters: None
Headers:
Authorization
:Bearer <access_token>
Response
Status Code:
200 OK
Content-Type:
application/json
Response Body:
Notes
Ensure that the API token used in the request is valid and has the required permissions.
The response includes metadata about each configurator form, such as creation and last update timestamps.
Ensure you have the necessary authorization credentials (e.g., Bearer Token) to access this endpoint which is taken from the 'Share' tab encryption token found at the bottom of the page.
GET /configurator-forms/{id}
Fetch a Specific Configurator Form
Endpoint: GET /api/v1/configurator-forms/{form_id}
Description: This endpoint retrieves details of a specific configurator form by its ID in the Simplio3D system.
Request
Method:
GET
URL Parameters: None
NOTE: Ensure you have the necessary authorization credentials (e.g., Bearer Token) to access this endpoint which is taken from the 'Share' tab encryption token found at the bottom of the page.
Last updated
Was this helpful?