API : Get fields unique values while restricting by an other field

Hello everyone,

I'm wondering if it's possible to retrieve fields unique values while resticting these on an other column.

I've already done it before on filters inside a dashboard thank's to the route : GET /api/dashboard/:id/params/:param-key/values and now I'm trying to achieve the same thing on a single card. I haven't seen anything like this while browsing the graphic interface with the network tool.

My research converge to the API's route : GET /api/field/:id/values but I don't get how I can restrict the values. I tried something like : GET /api/field/78/values?client_name=clientA (with client_name's id != 78, obviously) but it didn't worked...

Maybe it's just not possible do to it right now ?

I hope that my request is clear enough :slight_smile:

Have a good day,
Valentin.

Hi @Valentin
There's no chain-filter on singular cards, only via Linked Filters https://www.metabase.com/learn/dashboards/linking-filters