to get a personalized navigation.
to get a personalized navigation.
Hi,
Is it possible to list all item attributes defined for a customer in their Visma setup? We need that information to display mapping schemes within our application. If it's possible, then please give us an example API request as well as any other extra requirements that might come into play.
Thanks!
Solved! Go to Solution.
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
Copyright © 2022 Visma.com. All rights reserved.