API GET assets filter
Importing assets via API is very slow.
Instead of importing all assets, (in my case when paginating it takes 5-10 minutes), it would drasticly improve performance if we could filter in the JSON payload what we want to import.
In my case I only want to import the assets from two offline locations which translates to one request, instead of the 14 paginated ones I do today.
eg.
"limit" = 1000
"offset" = 0
"location" = "warehouse_1"
Comments
0 comments
Please sign in to leave a comment.