Examples

GET /v1/types/attribute_set_relations
{
   "message":null,
   "result":[
      {
         "attributeSetRelationTypeId":1,
         "attributeSetRelationType":"singleSel",
         "displayAttributeSetRelationType":"Single Select"
      },
      {
         "attributeSetRelationTypeId":2,
         "attributeSetRelationType":"multiSel",
         "displayAttributeSetRelationType":"Multiple Select"
      },
      {
         "attributeSetRelationTypeId":3,
         "attributeSetRelationType":"text",
         "displayAttributeSetRelationType":"Text Field"
      },
      {
         "attributeSetRelationTypeId":4,
         "attributeSetRelationType":"textarea",
         "displayAttributeSetRelationType":"Text Area Field"
      }
   ]
}

Returns

Code: 200

Description:

OK

Param name Description
attributeSetRelationTypeId
required

Validations:

  • Must be a Integer

attributeSetRelationType
required

Validations:

  • Must be a String

displayAttributeSetRelationType
required

Validations:

  • Must be a String