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.
curl -i -X GET \ -u <merchant_id_or_project_id>:<api_key> \ 'https://store.xsolla.com/api/v2/project/{project_id}/admin/attribute?limit=50&offset=0'
{- "total_count": 2,
- "attributes": [
- {
- "external_id": "size",
- "name": {
- "en": "Size",
- "de": "Größe"
}
}, - {
- "external_id": "genre",
- "name": {
- "en": "Genre",
- "de": "Genre"
}
}
]
}