Groups of model characteristics

Groups of model characteristics

Use

Road:/api/groups
Protected:true

Attributes

id:integer
name:translation
url_rewrite:translation

Roads

Get/
Returns the list of specification groups

Get/{id}
Returns the details of a specification group corresponding to the ID {id}

Put/store
Requiredid, name
Optionalurl_rewrite
Create a group of specifications using the request's body

Post/{id}
Requiredps_id, name, url_rewrite
Update the ID specification group {id} based on keys and values given in the body of the request

Delete/{id}
Optionalgroup: {group_id}
Delete the ID specification group {id}. If specified, reallocates existing specifications to another remaining group.

    • Related Articles

    • Model characteristics

      Use Road:/api/specifications Protected:true Attributes id:integer group_id:integer name:translation url_rewrite:translation Roads Get / Return the list of specifications Get /{id} Returns the details of the specification corresponding to the ID {id} ...
    • Characteristics products

      Use Road:/api/features Protected:true Attributes id:integer name:translation Roads Get / Returns the list of product characteristics Get /{id} Returns the details of product characteristics whose ID is {id} Put /store Required id, name Creates a ...
    • Association of characteristics to a product

      Use Road:/api/product_features Protected:true Attributes id:integer feature_id:integer (PUT, DELETE), object (POST) product_id:integer (PUT, DELETE), object (POST) Roads Get / Returns the list of associations of characteristics to products Get ...
    • Association of a feature with a model

      Usage Route : /api/modele_specs Protected : true Attributes id : integer name : translated modele_id : integer specification_id : integer Endpoints GET / Return ModeleSpecifiation associations index list GET /modeles/{id} Return details of the ...
    • Rules of compatibility

      Use Road:/api/rules Protected:true Roads Get / Returns the list of existing compatibility rules Get /{id} Returns the details of the rule whose ID is {id} Get /specification/{id} Returns the list of rules containing model carcatetristics whose ID is ...