# Filtering

Below is a list of attributes and operators available for filtering recall consignment

| Attribute            | Description                                                 | Type     | Operator | Example                                |
| -------------------- | ----------------------------------------------------------- | -------- | -------- | -------------------------------------- |
| `consignmentNumber`  | Consignment  number                                         | `string` | =        | consignmentNumber=RTV%2F19-20%2F123456 |
| `status`             | Consignment status                                          | `string` | =        | status = PACKED                        |
| `fromWarehouse`      | This is the warehouse id from where your items will return. | `string` | =        | fromWarehouse=7                        |
| `inventoryType`      | Consignment inventory type                                  | `string` | =        | inventoryType=GOOD                     |
| `toParty`            | This is the party id where your items will be received.     | `string` | =        | toParty=10                             |
| `minQty`             | Consignment  min quantity                                   | `string` | =        | minQty=20                              |
| `maxQty`             | Consignment  max quantity                                   | `string` | =        | maxQty=200                             |
| `startDate`          | Consignment created date                                    | `string` | =        | startDate=2020-01-10                   |
| `toDate`             | Consignment created date                                    | `string` | =        | toDate=2020-02-10                      |
| `dispatchedDateFrom` | Consignment dispatched date                                 | `string` | =        | dispatchedDateFrom=2020-01-20          |
| `dispatchedDateTo`   | Consignment dispatched date                                 | `string` | =        | dispatchedDateTo=2020-02-20            |
| `packedDateFrom`     | Consignment packed date                                     | `string` | =        | packedDateFrom=2020-02-02              |
| `packedDateTo`       | Consignment packed date                                     | `string` | =        | packedDateTo=2020-03-20                |
