Examples

GET /v1/types/attribute_sets
{
   "message":null,
   "result":[
      {
         "attributeSetTypeId":1,
         "attributeSetType":"numeric_range",
         "displayAttributeSetType":"Numeric Range"
      },
      {
         "attributeSetTypeId":2,
         "attributeSetType":"yes_no",
         "displayAttributeSetType":"Yes/No"
      },
      {
         "attributeSetTypeId":3,
         "attributeSetType":"simpleString",
         "displayAttributeSetType":"Simple String"
      },
      {
         "attributeSetTypeId":4,
         "attributeSetType":"multipleStrings",
         "displayAttributeSetType":"Multiple Strings"
      }
   ]
}

Returns

Code: 200

Description:

OK

Param name Description
attributeSetTypeId
required

Validations:

  • Must be a Integer

attributeSetType
required

Validations:

  • Must be a String

displayAttributeSetType
required

Validations:

  • Must be a String