Gets the list of attributes from a project for administration.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
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"
}
}, - {
- "external_id": "genre",
- "name": {
- "en": "Genre",
- "de": "Genre"
}
}
]
}