cURL
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>" } } } }
Retrieve a list of all attributes associated with the provided category identifier and return them categorized by requirement level.
The identifier of the category whose attributes you want to find.
List of Attributes for the selected category.
Show child attributes