Skip to main content

Get attribute by lookup key

GET 

/attributes/:lookupKey/:lookupValue

This endpoint is used to retrieve details of an attribute. The attribute is identified by it's Propeller Id or name. The attributeClass Query Param is useful to use when the same attribute name is used for an attribute with a different class.

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Use id or name

    lookupValue stringrequired

    The id or name of the attribute

Query Parameters

    attributeClass string

    Attribute class. Optional. Used in combination with lookup key name. Possible values are product, category, user

Responses

Get attribute by Id - 200 / Get attribute by name and class - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • server

    string

  • x-request-id

    string

Schema

    data

    object

    class string
    defaultLanguage string

    descriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • group string
    id number
    isHidden boolean
    isPublic boolean
    isSearchable boolean
    isSystem boolean
    name string
    type string
    typeParam string

    units

    object[]

  • Array [

  • language string
    value string
  • ]

  • value

    object

    anyOf

    string

    messages undefined[]
    total number
Loading...