API 2.0
Endpoints
/categories_attributes
Get attributes from categories (type 'item' only)
Method | GET |
---|---|
URL | https://uexcorp.space/api/2.0/categories_attributes?id_category={int} |
Authorization | — |
Cache TTL | +1 day |
Input |
id_category int(11) // optional |
Output |
id int(11) id_category int(11) name string(255) // attribute name category_name int(11) // parent category name date_added int(11) // timestamp date_modified int(11) // timestamp |
Response status |
• ok |
Update date | Patch cycle (usually) |
Documentation update: | 4 months ago |
Optional