My Products
Help
tomasztomecki
CONTRIBUTOR **

List all item attributes defined for a customer

by tomasztomecki

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!

1 REPLY 1
Accepted solution
Magnus Johnsen
VISMA

by Magnus Johnsen

Hi,

To get all attributes you can use the Attribute endpoint:

2023-11-10 09_13_39-Visma.net Integrations Documentation - Brave.png

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