get https://eu-ext.linnworks.net/api/Inventory/GetUserSpecificViews
Use this call to get user-specific views from database
Rate limit: 150 / minute
Log in to see full request history
Response
Use this call to get user-specific views from database
Rate limit: 150 / minute
xxxxxxxxxx
curl --request GET \
--url https://eu-ext.linnworks.net/api/Inventory/GetUserSpecificViews \
--header 'accept: application/json'
xxxxxxxxxx
49]
[
{
"Id": "00000000-0000-0000-0000-000000000000",
"Name": "string",
"Mode": "All",
"Source": "string",
"SubSource": "string",
"CountryCode": "string",
"CountryName": "string",
"Listing": "All",
"ShowOnlyChanged": true,
"IncludeProducts": "All",
"Filters": [
{
"FilterName": "General",
"DisplayName": "string",
"FilterNameExact": [
"string"
],
"Field": "Int",
"Condition": "Equals",
"ConditionDisplayName": "string",
"Value": "string"
}
],