Skip to main content

Filtering Charges Using the REST API

Do you need to filter price list items that have fees?

Written by Petr Pech

Direct filtering of price list items that have fees is not available in the API.


A possible solution is to use the price list and the fees relation:

This returns an overview of all items including fees; however, you then need to exclude those that do not have a fee.

Alternatively, the approach can be "reversed" by filtering through the fee record:

https://demo.flexibee.eu/c/demo/poplatek/(cenik eq 'code:RECYKLACE 5').xml?detail=custom:cenikOtec(kod,nazev)&includes=/poplatek/cenikOtec

Did this answer your question?