Skip to main content
GET
/
data
/
attributes
Retrieve Attributes List
curl --request GET \
  --url https://ai.getlynks.io/api/data/attributes \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-OpenAI-Key: <api-key>'
{
  "total_attribute_count": 123,
  "required_attributes": {
    "attribute_count": 123,
    "attributes": [
      {
        "identifier": "<string>",
        "requirement_level": "<string>",
        "languages": {
          "en": {
            "name": "<string>"
          },
          "de": {
            "name": "<string>"
          },
          "fr": {
            "name": "<string>"
          },
          "it": {
            "name": "<string>"
          }
        }
      }
    ]
  },
  "recommended_attributes": {
    "attribute_count": 123,
    "attributes": [
      {
        "identifier": "<string>",
        "requirement_level": "<string>",
        "languages": {
          "en": {
            "name": "<string>"
          },
          "de": {
            "name": "<string>"
          },
          "fr": {
            "name": "<string>"
          },
          "it": {
            "name": "<string>"
          }
        }
      }
    ]
  },
  "optional_attributes": {
    "attribute_count": 123,
    "attributes": [
      {
        "identifier": "<string>",
        "requirement_level": "<string>",
        "languages": {
          "en": {
            "name": "<string>"
          },
          "de": {
            "name": "<string>"
          },
          "fr": {
            "name": "<string>"
          },
          "it": {
            "name": "<string>"
          }
        }
      }
    ]
  },
  "category": {
    "identifier": "<string>",
    "languages": {
      "en": {
        "name": "<string>"
      },
      "de": {
        "name": "<string>"
      },
      "fr": {
        "name": "<string>"
      },
      "it": {
        "name": "<string>"
      }
    }
  }
}

Authorizations

X-Api-Key
string
header
required
X-OpenAI-Key
string
header
required

Query Parameters

category_identifier
string
required

The identifier of the category whose attributes you want to find.

Response

List of Attributes for the selected category.

total_attribute_count
integer
required
required_attributes
AttributeSection · object
required
optional_attributes
AttributeSection · object
required
category
Category · object
required