Option Restrictions
Get a list of configurator option restrictions
GET /configurator-option-restrictions
Simplio3D API: Configurator Option Restrictions (GET Endpoint)
GET /open-api/v1/configurator-option-restrictions?productId=12345Retrieve a list of configurator option restrictions
get
/api/open-api/v1/configurator-option-restrictions
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Query parameters
configurator_option_idintegerOptionalExample:
The ID of the configurator option for which to retrieve restrictions.
17order_bystringOptionalExample:
Column to order results by (e.g., 'created_at')
created_atorderstring · enumOptionalExample:
Sorting order (asc or desc)
descPossible values: per_pageintegerOptionalExample:
Number of records per page (-1 for all records)
25pageintegerOptionalExample:
Number of page
2Responses
200
List of configurator option restrictions
application/json
400
Invalid request parameters
401
Unauthorized request
403
Forbidden - user does not have permission
500
Internal server error
get
/api/open-api/v1/configurator-option-restrictionsLast updated