Hi,
To get all attributes you can use the Attribute endpoint:
This will include attributes that might be used for inventory, to get what item's has what attributes you use the parameter "expandAttribute" and set it to true:
/controller/api/v1/inventory?expandAttribute=true
... View more