Gets the list of attributes from a project for administration.
List of attributes was successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "total_count": 2,
- "attributes": [
- {
- "external_id": "size",
- "name": {
- "en": "Size",
- "de": "Größe"
}, - "values": [
- {
- "external_id": "small",
- "value": {
- "en": "Small",
- "de": "Llein"
}
}, - {
- "external_id": "large",
- "value": {
- "en": "Large",
- "de": "Groß"
}
}
]
}, - {
- "external_id": "genre",
- "name": {
- "en": "Genre",
- "de": "Genre"
}, - "values": [
- {
- "external_id": "strategy",
- "value": {
- "en": "Strategy",
- "de": "Strategie"
}
}, - {
- "external_id": "action",
- "value": {
- "en": "Action",
- "de": "Aktion"
}
}
]
}
]
}