Centiloc Service Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Centui Filters

There are several types of filters to access items. The filtering is equivalent if you use API access of Centui.

The filters update the URL requested. After having configured a set of filters, you can bookmark the resulting URL to access the page once again, with the filters already set!

1. Basics

  • Appending the same filter type is inclusive (adding the filter results)
  • Appending the different filter type is exclusive

1.1. Example

I can ask for multiple UIDs, by adding different UID filters:

-

If I add a filter on Status (IN in the example), the items out of the filters are excluded (NEW items are excluded):

-

2. Filter Types

Below is a description of the different filters:

-

2.1. UID

Obviously, the identification of the item. You can use * as a wildcard character:

- -

The UID values are case-sensitive. Avoid upper-case!

2.1. Status

This one is obvious too:

  • IN: items that are detected in the scope of a Board
  • OUT: items that are not detected by any board
  • NEW: item that have never been detected by any board yet
  • ERROR: rare state of the item’s data are inconsistent, please contact support
  • DELETED: rare intermediate state while deleting an item

2.2. Last move after

This date filter allows keeping only the items that have moved after the filter date.

From the list below, I can only keep items having moved in the afternoon using a data on 12:00

-

This excludes the first item:

-

2.3. Board SN

This allows keeping only items which last event has been detected on the Board SN filter value.

2.4. Label

This allows keeping only items which labels match the filter value query.

Let’s imagine the configuration of items below:

-

If you want to get only items from purchase order 32716, for instance, then use the label filter: po::32716

-

If you want to get only items that have the label support, for instance, then use the label filter: support

-

The example above should be sufficient for 99% of your filtering needs. You can do more filtering with complex query syntax. If you need more, please contact support.