Use this call to get user-specific views from database
No parameters required.
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Inventory/GetUserSpecificViews HTTP/1.1
Host: eu-ext.linnworks.net
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
Origin: https://www.linnworks.net
Accept-Language: en
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: https://www.linnworks.net/
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example response. Results may vary depending on your data.
[
{
"Id": "be839e44-78d0-4180-b15c-7d01c5e7a03c",
"Name": "sample string 2",
"Mode": 0,
"Source": "sample string 3",
"SubSource": "sample string 4",
"CountryCode": "sample string 5",
"CountryName": "sample string 6",
"Listing": 0,
"ShowOnlyChanged": true,
"IncludeProducts": 0,
"Filters": [
{
"FilterName": 0,
"DisplayName": "SKU / Title / Barcode",
"FilterNameExact": [
"sample string 1",
"sample string 2"
],
"Field": 2,
"Condition": 0,
"ConditionDisplayName": "Equals",
"Value": "sample string 1"
},
{
"FilterName": 0,
"DisplayName": "SKU / Title / Barcode",
"FilterNameExact": [
"sample string 1",
"sample string 2"
],
"Field": 2,
"Condition": 0,
"ConditionDisplayName": "Equals",
"Value": "sample string 1"
}
],
"Columns": [
{
"ColumnName": 0,
"DisplayName": "SKU",
"Group": 0,
"Field": 2,
"SortDirection": 0,
"Width": 1.1,
"IsEditable": false
},
{
"ColumnName": 0,
"DisplayName": "SKU",
"Group": 0,
"Field": 2,
"SortDirection": 0,
"Width": 1.1,
"IsEditable": false
}
],
"Channels": [
{
"Source": "sample string 1",
"SubSource": "sample string 2",
"Width": 3.1,
"ChannelId": 4
},
{
"Source": "sample string 1",
"SubSource": "sample string 2",
"Width": 3.1,
"ChannelId": 4
}
]
},
{
"Id": "be839e44-78d0-4180-b15c-7d01c5e7a03c",
"Name": "sample string 2",
"Mode": 0,
"Source": "sample string 3",
"SubSource": "sample string 4",
"CountryCode": "sample string 5",
"CountryName": "sample string 6",
"Listing": 0,
"ShowOnlyChanged": true,
"IncludeProducts": 0,
"Filters": [
{
"FilterName": 0,
"DisplayName": "SKU / Title / Barcode",
"FilterNameExact": [
"sample string 1",
"sample string 2"
],
"Field": 2,
"Condition": 0,
"ConditionDisplayName": "Equals",
"Value": "sample string 1"
},
{
"FilterName": 0,
"DisplayName": "SKU / Title / Barcode",
"FilterNameExact": [
"sample string 1",
"sample string 2"
],
"Field": 2,
"Condition": 0,
"ConditionDisplayName": "Equals",
"Value": "sample string 1"
}
],
"Columns": [
{
"ColumnName": 0,
"DisplayName": "SKU",
"Group": 0,
"Field": 2,
"SortDirection": 0,
"Width": 1.1,
"IsEditable": false
},
{
"ColumnName": 0,
"DisplayName": "SKU",
"Group": 0,
"Field": 2,
"SortDirection": 0,
"Width": 1.1,
"IsEditable": false
}
],
"Channels": [
{
"Source": "sample string 1",
"SubSource": "sample string 2",
"Width": 3.1,
"ChannelId": 4
},
{
"Source": "sample string 1",
"SubSource": "sample string 2",
"Width": 3.1,
"ChannelId": 4
}
]
}
]