---
title: "GetPreDefinedViews"
method: GET
path: "/api/Inventory/GetPreDefinedViews"
tags: ["Inventory"]
---

# GetPreDefinedViews

`GET /api/Inventory/GetPreDefinedViews`

Use this call to get pre-defined (standard) views
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Response `200`

OK

- InventoryView[]
  - `Id` string, uuid — View ID
  - `Name` string — View name
  - `Mode` 'All' | 'Listed' | 'NotListed' | 'Errors' — Show listed or not listed
  - `Source` string — ChannelName/Source (e.g. EBAY)
  - `SubSource` string — SubSource (e.g. EBAY1)
  - `CountryCode` string — Country code
  - `CountryName` string — Country code
  - `Listing` 'All' | 'Variations' | 'NonVariations' | 'SingleItems' — What listing types to show
  - `ShowOnlyChanged` boolean — Show only changed items
  - `IncludeProducts` 'All' | 'Archived' | 'NotArchived' — Include archived products
  - `Filters` Filter[] — View filters
    - `FilterName` 'General' | 'SKU' | 'Title' | 'RetailPrice' | 'PurchasePrice' | 'Tracked' | 'Barcode' | 'VariationGroupName' | 'Available' | 'MinimumLevel' | 'InOrder' | 'StockLevel' | 'StockValue' | 'Due' | 'BinRack' | 'Category' | 'ChannelSKU' | 'SupplierCode' | 'eBayId' | 'AmazonASIN' | 'Image' | 'ExtendedProperty' | 'ExtendedPropertyName' | 'Channel' | 'CreatedDate' | 'ModifiedDate' | 'SerialNumberScanRequired' | 'BatchNumberScanRequired' | 'BatchType' | 'BatchNumber' | 'Weight' | 'DimHeight' | 'DimWidth' | 'DimDepth' | 'JIT' | 'ReorderAmount' | 'ReorderDate' | 'AverageConsumption' | 'DefaultSupplier' | 'GeneralWithSeparatingWords' — Type of the filter
    - `DisplayName` string — Display name
    - `FilterNameExact` string[] — Filter name
    - `Field` 'Int' | 'Double' | 'String' | 'Boolean' | 'Select' | 'Date' | 'Channel' | 'Other' | 'Datetime2' | 'Calculated' — Type of filter field
    - `Condition` 'Equals' | 'Contains' | 'Less' | 'Greater' | 'NotEquals' | 'NotContains' | 'Exists' | 'Listed' | 'NotListed' | 'HasError' | 'OnlyErrors' | 'NoErrors' | 'HasWarning' | 'LastDays' | 'OlderThan' | 'Next' | 'Is' | 'InTheFeed' | 'NotInTheFeed' | 'Creating' | 'Updating' | 'Deleting' — Condition type
    - `ConditionDisplayName` string — Condition display name
    - `Value` string — Filter value
  - `Columns` Column[] — View columns
    - `ColumnName` 'SKU' | 'Title' | 'VariationGroupName' | 'RetailPrice' | 'PurchasePrice' | 'Tracked' | 'Barcode' | 'Available' | 'MinimumLevel' | 'InOrder' | 'StockLevel' | 'StockValue' | 'Due' | 'BinRack' | 'Category' | 'Image' | 'Weight' | 'DimHeight' | 'DimWidth' | 'DimDepth' | 'CreatedDate' | 'ModifiedDate' | 'SerialNumberScanRequired' | 'BatchNumberScanRequired' | 'BatchType' | 'JIT' | 'ReorderAmount' | 'ReorderDate' | 'AverageConsumption' | 'DefaultSupplier'
    - `DisplayName` string
    - `ExportName` string
    - `Group` 'General' | 'Stock' | 'Location'
    - `Field` 'Int' | 'Double' | 'String' | 'Boolean' | 'Select' | 'Date' | 'Datetime2'
    - `SortDirection` 'None' | 'Descending' | 'Ascending'
    - `Width` number, double
    - `IsEditable` boolean
  - `Channels` InventoryChannel[] — View channels
    - `Source` string
    - `SubSource` string
    - `SourceVersion` string
    - `SourceType` string
    - `Width` number, double
    - `ChannelId` integer

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
