Gets a specified attribute.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
external_id required | string Attribute external ID. Example: attribute_id |
Specified attribute was successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
Attribute not found.
{- "value": [
- {
- "external_id": "genre",
- "name": {
- "en": "Genre",
- "de": "Genre"
}
}
]
}